annotate rust/Cargo.toml @ 36917:7affcabf561e

dagop: move annotateline and _annotatepair from context.py The annotate logic is large. Let's move it out of the context module, which is basically an abstraction layer of repository operations.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 28 Feb 2018 15:09:05 -0500
parents 964212780daf
children aab43d5861bb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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"]