diff hgext/histedit.py @ 41710:5d63cb7d8f83

histedit: remove "chistedit" mention from interface "chisted" is internal jargon. The end user should not need to be aware that it's different from histedit.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 13 Feb 2019 16:02:44 -0500
parents 11c076786d56
children df1f3ba56157
line wrap: on
line diff
--- a/hgext/histedit.py	Wed Feb 13 18:17:42 2019 +0530
+++ b/hgext/histedit.py	Wed Feb 13 16:02:44 2019 -0500
@@ -1486,7 +1486,7 @@
         curses.echo()
         curses.endwin()
         if rc is False:
-            ui.write(_("chistedit aborted\n"))
+            ui.write(_("histedit aborted\n"))
             return 0
         if type(rc) is list:
             ui.status(_("running histedit\n"))