hgext/histedit.py
changeset 41837 82d9728ace95
parent 41759 aaad36b88298
child 41994 550a172a603b
--- a/hgext/histedit.py	Sat Mar 02 13:07:58 2019 -0800
+++ b/hgext/histedit.py	Sat Mar 02 13:15:53 2019 -0800
@@ -953,7 +953,7 @@
     # locale. This sets the locale to the user's default system
     # locale.
     import locale
-    locale.setlocale(locale.LC_ALL, u'')
+    locale.setlocale(locale.LC_ALL, r'')
 except ImportError:
     curses = None