Show More
@@ -471,6 +471,10 b' def histedit(ui, repo, *freeargs, **opts' | |||
|
471 | 471 | instead of --outgoing to specify edit target revision exactly in |
|
472 | 472 | such ambiguous situation. See :hg:`help revsets` for detail about |
|
473 | 473 | selecting revisions. |
|
474 | ||
|
475 | Returns 0 on success, 1 if user intervention is required (not only | |
|
476 | for intentional "edit" command, but also for resolving unexpected | |
|
477 | conflicts). | |
|
474 | 478 | """ |
|
475 | 479 | # TODO only abort if we try and histedit mq patches, not just |
|
476 | 480 | # blanket if mq patches are applied somewhere |
General Comments 0
You need to be logged in to leave comments.
Login now