hgext/histedit.py
changeset 42022 1f567a9e25bd
parent 41994 550a172a603b
child 42052 15d2afa31e57
--- a/hgext/histedit.py	Tue Mar 26 10:21:17 2019 -0400
+++ b/hgext/histedit.py	Tue Mar 26 11:53:30 2019 -0400
@@ -1497,7 +1497,7 @@
             ui.write(_("histedit aborted\n"))
             return 0
         if type(rc) is list:
-            ui.status(_("running histedit\n"))
+            ui.status(_("performing changes\n"))
             rules = makecommands(rc)
             filename = repo.vfs.join('chistedit')
             with open(filename, 'w+') as fp: