Show More
@@ -874,7 +874,7 b' def _dryrunrebase(ui, repo, opts):' | |||||
874 | needsabort = False |
|
874 | needsabort = False | |
875 | if not ui.promptchoice(_(b'apply changes (yn)?' |
|
875 | if not ui.promptchoice(_(b'apply changes (yn)?' | |
876 | b'$$ &Yes $$ &No')): |
|
876 | b'$$ &Yes $$ &No')): | |
877 | _dorebase(ui, repo, opts, inmemory=False) |
|
877 | return _dorebase(ui, repo, opts, inmemory=False) | |
878 | return 1 |
|
878 | return 1 | |
879 | else: |
|
879 | else: | |
880 | if confirm: |
|
880 | if confirm: |
General Comments 0
You need to be logged in to leave comments.
Login now