rust/Cargo.toml
author Augie Fackler <augie@google.com>
Wed, 03 Oct 2018 23:47:43 -0400
changeset 40555 b6b2a3d22344
parent 40272 a36c5e23c055
child 40977 98a0fbda8739
permissions -rw-r--r--
remotefilelog: avoid hard-coding pack names in tests I'm about to alter the pack format, which alters the content-addressed name of the pack file. In order to reduce my own confusion I found it helpful to use an ls | head pipeline since we always want to inspect the newest pack. Differential Revision: https://phab.mercurial-scm.org/D4942

[workspace]
members = ["hgcli", "hg-core", "hg-direct-ffi"]
exclude = ["chg"]