diff rust/rhg/src/commands.rs @ 45534:66756b34c06e

rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand Differential Revision: https://phab.mercurial-scm.org/D8960
author Antoine Cezar <antoine.cezar@octobus.net>
date Wed, 09 Sep 2020 12:07:05 +0200
parents ed95ccc94333
children 33ded2d3f4fc
line wrap: on
line diff
--- a/rust/rhg/src/commands.rs	Thu Aug 13 16:22:15 2020 +0200
+++ b/rust/rhg/src/commands.rs	Wed Sep 09 12:07:05 2020 +0200
@@ -1,3 +1,4 @@
+pub mod debugdata;
 pub mod files;
 pub mod root;
 use crate::error::CommandError;