This is an archive of the discontinued Mercurial Phabricator instance.

windows: enforce upper case drive letter for getcwd in mercurial too
ClosedPublic

Authored by marmoute on Jul 10 2021, 1:44 PM.

Details

Summary

This is affecting code that checks if a pull/push destination is the same as a
configured one. For example the one creating divergent bookmark.

Doing this fixes will help fixing test-bookmarks.t and test-bookflow.t on
Windows. However, we also need to fix abspath invocation.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.