hg
branchstable
changeset 43306 59338f956109
parent 43073 5c9c71cde1c9
child 43703 99e231afc29c
--- a/hg	Wed Oct 02 12:20:36 2019 -0400
+++ b/hg	Mon Oct 21 11:09:48 2019 -0400
@@ -11,13 +11,6 @@
 import os
 import sys
 
-if os.environ.get('HGUNICODEPEDANTRY', False):
-    try:
-        reload(sys)
-        sys.setdefaultencoding("undefined")
-    except NameError:
-        pass
-
 libdir = '@LIBDIR@'
 
 if libdir != '@' 'LIBDIR' '@':