rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 17 Sep 2018 16:02:53 -0700
changeset 39680 264d56954dda
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
transaction: make checkambigfiles a private attribute This holds instance state that is passed in at __init__ time. It doesn't need to be exposed as part of the public interface. Differential Revision: https://phab.mercurial-scm.org/D4628
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"]