[PATCH] histedit: fix grammar for help for safety aborts

timeless at mozdev.org timeless at mozdev.org
Fri Aug 28 15:33:09 UTC 2015


# HG changeset patch
# User timeless at mozdev.org
# Date 1440775904 14400
#      Fri Aug 28 11:31:44 2015 -0400
# Node ID 62e936764c97e2cd5ea0fd1896dd2a77a8ee9d02
# Parent  e7e7182564f60622bd98083e94af3da74d597eaa
histedit: fix grammar for help for safety aborts

diff --git a/hgext/histedit.py b/hgext/histedit.py
--- a/hgext/histedit.py
+++ b/hgext/histedit.py
@@ -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


More information about the Mercurial-devel mailing list