Show More
@@ -661,6 +661,9 def rebase(ui, repo, **opts): | |||||
661 | _('abort and continue do not allow specifying revisions')) |
|
661 | _('abort and continue do not allow specifying revisions')) | |
662 | if abortf and opts.get('tool', False): |
|
662 | if abortf and opts.get('tool', False): | |
663 | ui.warn(_('tool option will be ignored\n')) |
|
663 | ui.warn(_('tool option will be ignored\n')) | |
|
664 | if contf: | |||
|
665 | ms = mergemod.mergestate.read(repo) | |||
|
666 | cmdutil.checkunresolved(ms) | |||
664 |
|
667 | |||
665 | retcode = rbsrt._prepareabortorcontinue(abortf) |
|
668 | retcode = rbsrt._prepareabortorcontinue(abortf) | |
666 | if retcode is not None: |
|
669 | if retcode is not None: |
@@ -73,8 +73,6 Conflicting rebase: | |||||
73 | Try to continue without solving the conflict: |
|
73 | Try to continue without solving the conflict: | |
74 |
|
74 | |||
75 | $ hg rebase --continue |
|
75 | $ hg rebase --continue | |
76 | already rebased 3:3163e20567cc "L1" as 3e046f2ecedb |
|
|||
77 | rebasing 4:46f0b057b5c0 "L2" |
|
|||
78 | abort: unresolved merge conflicts (see 'hg help resolve') |
|
76 | abort: unresolved merge conflicts (see 'hg help resolve') | |
79 | [255] |
|
77 | [255] | |
80 |
|
78 |
General Comments 0
You need to be logged in to leave comments.
Login now