##// END OF EJS Templates
histedit: add description about exit code
FUJIWARA Katsunori -
r19972:1e13a5a9 stable
parent child Browse files
Show More
@@ -471,6 +471,10 b' def histedit(ui, repo, *freeargs, **opts'
471 instead of --outgoing to specify edit target revision exactly in
471 instead of --outgoing to specify edit target revision exactly in
472 such ambiguous situation. See :hg:`help revsets` for detail about
472 such ambiguous situation. See :hg:`help revsets` for detail about
473 selecting revisions.
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 # 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
476 # 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