Skip to content
Snippets Groups Projects
Commit 836433f3 authored by Augie Fackler's avatar Augie Fackler
Browse files

beautifygraph: use sysstr for checking encoding._wide

# skip-blame just an r prefix

Differential Revision: https://phab.mercurial-scm.org/D4245
parent 38409be2
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@
ui.warn(_('beautifygraph: unsupported encoding, UTF-8 required\n'))
return
if 'A' in encoding._wide:
if r'A' in encoding._wide:
ui.warn(_('beautifygraph: unsupported terminal settings, '
'monospace narrow text required\n'))
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment