[PATCH] histedit: remove "chistedit" mention from interface

Jordi Gutiérrez Hermoso jordigh at octave.org
Wed Feb 13 21:04:00 UTC 2019


# HG changeset patch
# User Jordi Gutiérrez Hermoso <jordigh at octave.org>
# Date 1550091764 18000
#      Wed Feb 13 16:02:44 2019 -0500
# Node ID 94ccf890584ee3bae9e543fade578e0f05281347
# Parent  5d383d9636d0b81b416398913b32b8c715e98db5
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.

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


More information about the Mercurial-devel mailing list