This is affecting code that checks if a pull/push destination is the same as a
configured one. For example the bookmark divergence creation code.
Doing this fixes test-bookmarks.t and test-bookflow.t on Windows.
Alphare |
hg-reviewers |
This is affecting code that checks if a pull/push destination is the same as a
configured one. For example the bookmark divergence creation code.
Doing this fixes test-bookmarks.t and test-bookflow.t on Windows.
No Linters Available |
No Unit Test Coverage |
mercurial/encoding.py | ||
---|---|---|
370–371 | I'm a little confused by this. Is this making py3.7 and py3.8 runs consistent, or is there something unreliable about py3.8 itself with the upper casing? |
mercurial/encoding.py | ||
---|---|---|
370–371 | This is making Windows consistent with Windows, regardless of Python version. |