##// END OF EJS Templates
commit: fix a wrong argument name in documentation...
commit: fix a wrong argument name in documentation Differential Revision: https://phab.mercurial-scm.org/D8985

File last commit:

r45571:3707f6e7 default
r46002:f52b0297 default
Show More
Cargo.toml
10 lines | 180 B | application/toml | TOMLLexer
Antoine Cezar
rhg: add rhg crate...
r45503 [package]
name = "rhg"
version = "0.1.0"
authors = ["Antoine Cezar <antoine.cezar@octobus.net>"]
edition = "2018"
[dependencies]
Antoine Cezar
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`...
r45592 hg-core = { path = "../hg-core"}
Antoine Cezar
rhg: add a limited `rhg root` subcommand...
r45593 clap = "2.33.1"
Antoine Cezar
rhg: add rhg crate...
r45503