diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1497,7 +1497,7 @@ def _chistedit(ui, repo, *freeargs, **op 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: