##// 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

File last commit:

r47837:3e381eb5 default
r48360:af633293 default
Show More
next
24 lines | 360 B | text/plain | TextLexer
== New Features ==
* `hg config` now has a `--source` option to show where each
configuration value comes from.
== Default Format Change ==
These changes affects newly created repositories (or new clone) done with
Mercurial 5.8.
== New Experimental Features ==
== Bug Fixes ==
== Backwards Compatibility Changes ==
== Internal API Changes ==