mercurial/commands.py
branchstable
changeset 15701 32a6e00e4cfe
parent 15633 dc5d1394ecd1
child 15717 9cf1620e1e75
child 15744 5a20115e7397
--- a/mercurial/commands.py	Tue Dec 20 11:43:38 2011 -0600
+++ b/mercurial/commands.py	Tue Dec 20 14:11:14 2011 -0600
@@ -2476,9 +2476,9 @@
     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.