rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 10 Jul 2021 14:06:06 +0200
changeset 47626 1fdf315eff66
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
windows: use abspath in mercurial/hg.py We replace `os.path.abspath` with `util.abspath`. This should solve more "drive capitalization" issue on Windows. Differential Revision: https://phab.mercurial-scm.org/D11063

[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]