rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Tue, 19 Jun 2018 22:45:52 +0900
branchstable
changeset 38425 1322ae04d3d7
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
merge: do not fill manifest of committed revision with pseudo node (issue5526) Since a75d24539aba "convert: fix convert dropping p2 contents during filemap merge", wctx is not always a committablectx because the convert extension passes in repo[n] as wctx. If wctx is a committed changeset, its manifest dict shouldn't be mutated reflecting to the working directory.
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"]