##// END OF EJS Templates
histedit: add more detailed help about "--outgoing"
FUJIWARA Katsunori -
r19842:1aaefba2 stable
parent child Browse files
Show More
@@ -466,6 +466,15 b' def histedit(ui, repo, *freeargs, **opts'
466 466 With --outgoing, this edits changesets not found in the
467 467 destination repository. If URL of the destination is omitted, the
468 468 'default-push' (or 'default') path will be used.
469
470 For safety, this command is aborted, also if there are ambiguous
471 outgoing revisions which may confuse users: for example, there are
472 multiple branches containing outgoing revisions.
473
474 Use "min(outgoing() and ::.)" or similar revset specification
475 instead of --outgoing to specify edit target revision exactly in
476 such ambiguous situation. See :hg:`help revsets` for detail about
477 selecting revisions.
469 478 """
470 479 # TODO only abort if we try and histedit mq patches, not just
471 480 # blanket if mq patches are applied somewhere
General Comments 0
You need to be logged in to leave comments. Login now