# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2016-08-03 18:51:14 # Node ID 00269c6e4f6e6dbdaff4ef89e9f6c105944f28d6 # Parent 2f64e5a6efb873b6f0143a4b9c413b9cb8de21fb py3: use unicode literals in crecord.py diff --git a/mercurial/crecord.py b/mercurial/crecord.py --- a/mercurial/crecord.py +++ b/mercurial/crecord.py @@ -28,7 +28,7 @@ stringio = util.stringio # This is required for ncurses to display non-ASCII characters in default user # locale encoding correctly. --immerrr -locale.setlocale(locale.LC_ALL, '') +locale.setlocale(locale.LC_ALL, u'') # patch comments based on the git one diffhelptext = _("""# To remove '-' lines, make them ' ' lines (context).