Show More
@@ -692,11 +692,11 b' def _dotransplant(ui, repo, *revs, **opt' | |||
|
692 | 692 | if opts.get('continue'): |
|
693 | 693 | if not tp.canresume(): |
|
694 | 694 | raise error.Abort(_('no transplant to continue')) |
|
695 | else: | |
|
696 | if opts.get('stop'): | |
|
695 | elif opts.get('stop'): | |
|
697 | 696 |
|
|
698 | 697 |
|
|
699 | 698 |
|
|
699 | else: | |
|
700 | 700 | cmdutil.checkunfinished(repo) |
|
701 | 701 | cmdutil.bailifchanged(repo) |
|
702 | 702 |
General Comments 0
You need to be logged in to leave comments.
Login now