Show More
@@ -1497,7 +1497,7 b' def _chistedit(ui, repo, *freeargs, **op' | |||||
1497 | ui.write(_("histedit aborted\n")) |
|
1497 | ui.write(_("histedit aborted\n")) | |
1498 | return 0 |
|
1498 | return 0 | |
1499 | if type(rc) is list: |
|
1499 | if type(rc) is list: | |
1500 |
ui.status(_(" |
|
1500 | ui.status(_("performing changes\n")) | |
1501 | rules = makecommands(rc) |
|
1501 | rules = makecommands(rc) | |
1502 | filename = repo.vfs.join('chistedit') |
|
1502 | filename = repo.vfs.join('chistedit') | |
1503 | with open(filename, 'w+') as fp: |
|
1503 | with open(filename, 'w+') as fp: |
General Comments 0
You need to be logged in to leave comments.
Login now