D3667: graft: fix the help text to say `graft reapplies previous options`

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Mon Jun 11 21:11:50 UTC 2018


pulkit updated this revision to Diff 9014.
pulkit edited the summary of this revision.
pulkit retitled this revision from "graft: drop help note saying "--continue does not reapply earlier options"" to "graft: fix the help text to say `graft reapplies previous options`".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3667?vs=8913&id=9014

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
@@ -2162,10 +2162,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