rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 18 Sep 2018 19:00:17 -0700
changeset 39784 be0f32ca2671
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
hgweb: use heads() instead of headrevs() These appear to be the only callers of headrevs() on file storage objects. Let's port to heads() so we can remove headrevs(). Differential Revision: https://phab.mercurial-scm.org/D4662
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"]