equal
deleted
inserted
replaced
191 repo.ui.warn(_('rebase aborted (no revision is removed,' |
191 repo.ui.warn(_('rebase aborted (no revision is removed,' |
192 ' only broken state is cleared)\n')) |
192 ' only broken state is cleared)\n')) |
193 return 0 |
193 return 0 |
194 else: |
194 else: |
195 msg = _('cannot continue inconsistent rebase') |
195 msg = _('cannot continue inconsistent rebase') |
196 hint = _('use "hg rebase --abort" to clear borken state') |
196 hint = _('use "hg rebase --abort" to clear broken state') |
197 raise util.Abort(msg, hint=hint) |
197 raise util.Abort(msg, hint=hint) |
198 if abortf: |
198 if abortf: |
199 return abort(repo, originalwd, target, state) |
199 return abort(repo, originalwd, target, state) |
200 else: |
200 else: |
201 if srcf and basef: |
201 if srcf and basef: |