##// END OF EJS Templates
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand...
rhg: add a `Files` `Command` to prepare the `rhg files` subcommand Differential Revision: https://phab.mercurial-scm.org/D8868

File last commit:

r45571:3707f6e7 default
r45923:5fe25f8e default
Show More
Cargo.toml
10 lines | 180 B | text/plain | TOMLLexer
[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"