rust/rhg/Cargo.toml
author Pulkit Goyal <7895pulkit@gmail.com>
Thu, 09 Jul 2020 18:43:38 +0530
changeset 45166 a5be403dd7a0
parent 45050 18f8d3b31baa
child 45530 b1cea0dc9db0
permissions -rw-r--r--
mergestate: document what mergestate._results is for Understanding that dict is important for understanding how mergestate is performing operations on dirstate. Differential Revision: https://phab.mercurial-scm.org/D8739

[package]
name = "rhg"
version = "0.1.0"
authors = ["Antoine Cezar <antoine.cezar@octobus.net>"]
edition = "2018"

[dependencies]
hg-core = { path = "../hg-core"}
clap = "2.33.1"