From patchwork Tue Jun 12 12:27:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D3667: graft: fix the help text to say `graft reapplies previous options` From: phabricator X-Patchwork-Id: 32075 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Tue, 12 Jun 2018 12:27:04 +0000 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 To: pulkit, #hg-reviewers Cc: mercurial-devel 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