hg
changeset 21812 73e4a02e6d23
parent 14233 659f34b833b9
child 29172 2ea9c9aa6e60
--- a/hg	Tue May 27 21:02:16 2014 -0700
+++ b/hg	Mon Jun 23 09:33:07 2014 -0400
@@ -10,6 +10,11 @@
 import os
 import sys
 
+if os.environ.get('HGUNICODEPEDANTRY', False):
+    reload(sys)
+    sys.setdefaultencoding("undefined")
+
+
 libdir = '@LIBDIR@'
 
 if libdir != '@' 'LIBDIR' '@':