rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Wed, 15 Aug 2018 23:05:23 +0000
changeset 39323 c11e8894b9ca
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
tests: mark manifestfulltextcache as conditional on revlog store This file is currently specific to the revlog store. Other stores may not implement it. Mark it as such in test output. Differential Revision: https://phab.mercurial-scm.org/D4395
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35569
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     1
[workspace]
964212780daf rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff changeset
     2
members = ["hgcli"]