# HG changeset patch # User timeless@mozdev.org # Date 2015-08-28 15:31:44 # Node ID b237a68bfea39d5003332341f029daf09a5c7c03 # Parent 6eed95ca4c03a9690aa529602b14982e5660e7ce 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 @@ def histedit(ui, repo, *freeargs, **opts 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