rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sat, 09 Jun 2018 20:53:12 +0900
changeset 38613 760cc5dc01e8
parent 35569 964212780daf
child 39968 aab43d5861bb
permissions -rw-r--r--
fileset: restrict getfileset() to not return a computed set (API) And rename the functions accordingly. fileset.match() will be changed to not compute the initial subset. test-glog*.t get back to the state before 9f9ffe5f687c "match: compose 'set:' pattern as matcher."
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"]