rust/Cargo.toml
author Augie Fackler <augie@google.com>
Mon, 12 Feb 2018 20:43:05 -0500
changeset 36128 02ed94dd9fd6
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
util: call warnings.warn() with a sysstr in nouideprecwarn This preserves nouideprecwarn wanting a bytes, which is consistent with the rest of hg. Differential Revision: https://phab.mercurial-scm.org/D2210
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"]