rust/Cargo.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Tue, 05 Oct 2021 18:02:22 +0530
changeset 48174 9ecf802b06e0
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
rhg: refactor function to relativize paths in utils Commands like `files`, `status` supports printing relative paths. Hence we need to re-use this code in other places too. So let's take this out from `rhg files` into a utility function. Next patch will make `rhg status` use it. Differential Revision: https://phab.mercurial-scm.org/D11613

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