Show More
@@ -713,7 +713,7 def _histedit(ui, repo, state, *freeargs | |||||
713 | goal = 'abort' |
|
713 | goal = 'abort' | |
714 | elif editplan: |
|
714 | elif editplan: | |
715 | if util.any((outg, revs, freeargs)): |
|
715 | if util.any((outg, revs, freeargs)): | |
716 | raise util.Abort(_('only --commands argument allowed with' |
|
716 | raise util.Abort(_('only --commands argument allowed with ' | |
717 | '--edit-plan')) |
|
717 | '--edit-plan')) | |
718 | goal = 'edit-plan' |
|
718 | goal = 'edit-plan' | |
719 | else: |
|
719 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now