D3667: graft: fix the help text to say `graft reapplies previous options`
pulkit (Pulkit Goyal)
phabricator at mercurial-scm.org
Tue Jun 12 12:27:04 UTC 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rHGad4c5c0af6b5: graft: fix the help text to say `graft reapplies previous options` (authored by pulkit, committed by ).
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D3667?vs=9014&id=9021
REVISION DETAIL
https://phab.mercurial-scm.org/D3667
AFFECTED FILES
mercurial/commands.py
CHANGE DETAILS
diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2161,10 +2161,7 @@
Once all conflicts are addressed, the graft process can be
continued with the -c/--continue option.
- .. note::
-
- The -c/--continue option does not reapply earlier options, except
- for --force, --user and --date.
+ The -c/--continue option does reapply all the earlier options.
.. container:: verbose
To: pulkit, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list