D595: cmdutil: rectify comment in amend
singhsrb (Saurabh Singh)
phabricator at mercurial-scm.org
Sat Sep 2 06:22:28 UTC 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG8fafd5df22f7: cmdutil: rectify comment in amend (authored by singhsrb).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D595?vs=1527&id=1573
REVISION DETAIL
https://phab.mercurial-scm.org/D595
AFFECTED FILES
mercurial/cmdutil.py
CHANGE DETAILS
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py
--- a/mercurial/cmdutil.py
+++ b/mercurial/cmdutil.py
@@ -3069,7 +3069,7 @@
# |
# old o - changeset to amend
# |
- # base o - parent of amending changeset
+ # base o - first parent of the changeset to amend
# Update extra dict from amended commit (e.g. to preserve graft
# source)
To: singhsrb, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list