rust/Cargo.toml
author Martin von Zweigbergk <martinvonz@google.com>
Thu, 06 Aug 2020 10:52:52 -0700
changeset 45321 735756ecda8c
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
templater: restructure open_template() a little to prepare for relative paths I found that it was easier to add support for relative paths after this restructuring. It also made it easier to explain each case with a code comment (which I did). Differential Revision: https://phab.mercurial-scm.org/D8906

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