diff rust/rhg/src/commands.rs @ 45938: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
line wrap: on
line diff
--- a/rust/rhg/src/commands.rs	Wed Nov 25 11:08:28 2020 -0500
+++ b/rust/rhg/src/commands.rs	Tue Nov 24 15:11:58 2020 +0100
@@ -1,5 +1,6 @@
 pub mod cat;
 pub mod debugdata;
+pub mod debugrequirements;
 pub mod files;
 pub mod root;
 use crate::error::CommandError;