##// END OF EJS Templates
histedit: hide --outgoing warnings
timeless -
r27630:9358124b default
parent child Browse files
Show More
@@ -839,14 +839,16 b' def histedit(ui, repo, *freeargs, **opts'
839 destination repository. If URL of the destination is omitted, the
839 destination repository. If URL of the destination is omitted, the
840 'default-push' (or 'default') path will be used.
840 'default-push' (or 'default') path will be used.
841
841
842 For safety, this command is also aborted if there are ambiguous
842 .. container:: verbose
843 outgoing revisions which may confuse users: for example, if there
844 are multiple branches containing outgoing revisions.
845
843
846 Use "min(outgoing() and ::.)" or similar revset specification
844 If you use --outgoing, this command will abort if there are ambiguous
847 instead of --outgoing to specify edit target revision exactly in
845 outgoing revisions. For example, if there are multiple branches
848 such ambiguous situation. See :hg:`help revsets` for detail about
846 containing outgoing revisions.
849 selecting revisions.
847
848 Use "min(outgoing() and ::.)" or similar revset specification
849 instead of --outgoing to specify edit target revision exactly in
850 such ambiguous situation. See :hg:`help revsets` for detail about
851 selecting revisions.
850
852
851 .. container:: verbose
853 .. container:: verbose
852
854
General Comments 0
You need to be logged in to leave comments. Login now