Mercurial > hg
changeset 41699: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 | 5fe4de392edb |
children | 1f44bfab0fff |
files | hgext/histedit.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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"))