histedit: add missing b prefix to a string...
histedit: add missing b prefix to a string
If i18n is disabled (such as via HGPLAIN=1), `_()` doesn't convert from str to
bytes, so this raises a TypeError on py3.
Differential Revision:
https://phab.mercurial-scm.org/D8354