# HG changeset patch # User Matt Mackall # Date 2011-12-22 21:56:27 # Node ID 9cf1620e1e75fc85f4b30cab7b3a0117c1ed44d1 # Parent 049643a31b9af9eda76b4fb83075668b34065a37 # Parent 32a6e00e4cfe84573b9d4dc71155d0dc23b75faf merge with stable diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -2507,9 +2507,9 @@ def graft(ui, repo, *revs, **opts): already been grafted, or that are merges will be skipped. If a graft merge results in conflicts, the graft process is - aborted so that the current merge can be manually resolved. Once - all conflicts are addressed, the graft process can be continued - with the -c/--continue option. + interrupted so that the current merge can be manually resolved. + 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.