##// END OF EJS Templates
windows: replicate the normalizing behavior of os.environ...
windows: replicate the normalizing behavior of os.environ On Windows, `os.environ` normalizes environment variables to uppercase. Our current bytes-based environ substitution object is a simple dict, so we add the normalization behavior. This fixes test-http-peer.t on Windows. Differential Revision: https://phab.mercurial-scm.org/D10998
Raphaël Gomès -
r48360:af633293 default
Show More
Name Size Modified Last Commit Author
/ hgext / git
TODO.md Loading ...
__init__.py Loading ...
dirstate.py Loading ...
gitlog.py Loading ...
gitutil.py Loading ...
index.py Loading ...
manifest.py Loading ...