##// END OF EJS Templates
histedit: fix grammar for help for safety aborts
timeless@mozdev.org -
r26096:b237a68b default
parent child Browse files
Show More
@@ -675,9 +675,9 b' def histedit(ui, repo, *freeargs, **opts'
675 675 destination repository. If URL of the destination is omitted, the
676 676 'default-push' (or 'default') path will be used.
677 677
678 For safety, this command is aborted, also if there are ambiguous
679 outgoing revisions which may confuse users: for example, there are
680 multiple branches containing outgoing revisions.
678 For safety, this command is also aborted if there are ambiguous
679 outgoing revisions which may confuse users: for example, if there
680 are multiple branches containing outgoing revisions.
681 681
682 682 Use "min(outgoing() and ::.)" or similar revset specification
683 683 instead of --outgoing to specify edit target revision exactly in
General Comments 0
You need to be logged in to leave comments. Login now