##// END OF EJS Templates
chgserver: more explicit about sensitive environ variables...
Jun Wu -
r32271:6096d27d default
parent child Browse files
Show More
@@ -75,7 +75,8 b' def _hashlist(items):'
75 # sensitive environment variables affecting confighash
75 # sensitive environment variables affecting confighash
76 _envre = re.compile(r'''\A(?:
76 _envre = re.compile(r'''\A(?:
77 CHGHG
77 CHGHG
78 |HG(?:[A-Z].*)?
78 |HG(?:DEMANDIMPORT|EMITWARNINGS|MODULEPOLICY|PROF|RCPATH)?
79 |HG(?:ENCODING|PLAIN).*
79 |LANG(?:UAGE)?
80 |LANG(?:UAGE)?
80 |LC_.*
81 |LC_.*
81 |LD_.*
82 |LD_.*
General Comments 0
You need to be logged in to leave comments. Login now