Show More
@@ -466,6 +466,15 b' def histedit(ui, repo, *freeargs, **opts' | |||||
466 | With --outgoing, this edits changesets not found in the |
|
466 | With --outgoing, this edits changesets not found in the | |
467 | destination repository. If URL of the destination is omitted, the |
|
467 | destination repository. If URL of the destination is omitted, the | |
468 | 'default-push' (or 'default') path will be used. |
|
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 | # TODO only abort if we try and histedit mq patches, not just |
|
479 | # TODO only abort if we try and histedit mq patches, not just | |
471 | # blanket if mq patches are applied somewhere |
|
480 | # blanket if mq patches are applied somewhere |
General Comments 0
You need to be logged in to leave comments.
Login now