Mercurial > public > mercurial-scm > hg
comparison rust/rhg/src/commands.rs @ 45923:ead435aa5294
rhg: add a `debugrequirements` subcommand
For now it only prints the contents of `.hg/requires` as-is, without parsing.
Differential Revision: https://phab.mercurial-scm.org/D9397
author | Simon Sapin <simon-commits@exyr.org> |
---|---|
date | Tue, 24 Nov 2020 15:11:58 +0100 |
parents | 33ded2d3f4fc |
children | a6e4e4650bac |
comparison
equal
deleted
inserted
replaced
45922:37bcd7f5a543 | 45923:ead435aa5294 |
---|---|
1 pub mod cat; | 1 pub mod cat; |
2 pub mod debugdata; | 2 pub mod debugdata; |
3 pub mod debugrequirements; | |
3 pub mod files; | 4 pub mod files; |
4 pub mod root; | 5 pub mod root; |
5 use crate::error::CommandError; | 6 use crate::error::CommandError; |
6 use crate::ui::Ui; | 7 use crate::ui::Ui; |
7 | 8 |