rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Sun, 01 Jul 2018 22:11:23 +0900
changeset 38544 e8c33e27ee9b
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
resolve: add support for log-like template keywords and functions It uses wctx as the associated revision since "hg resolve" is the command to manipulate the working directory files.
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"]