histedit: fix grammar for help for safety aborts
authortimeless@mozdev.org
Fri, 28 Aug 2015 11:31:44 -0400
changeset 26096 b237a68bfea3
parent 26095 6eed95ca4c03
child 26097 220ee13946d3
histedit: fix grammar for help for safety aborts
hgext/histedit.py
--- a/hgext/histedit.py	Fri Aug 28 11:15:31 2015 +0900
+++ b/hgext/histedit.py	Fri Aug 28 11:31:44 2015 -0400
@@ -675,9 +675,9 @@
     destination repository. If URL of the destination is omitted, the
     'default-push' (or 'default') path will be used.
 
-    For safety, this command is aborted, also if there are ambiguous
-    outgoing revisions which may confuse users: for example, there are
-    multiple branches containing outgoing revisions.
+    For safety, this command is also aborted if there are ambiguous
+    outgoing revisions which may confuse users: for example, if there
+    are multiple branches containing outgoing revisions.
 
     Use "min(outgoing() and ::.)" or similar revset specification
     instead of --outgoing to specify edit target revision exactly in