diff rust/rhg/src/commands.rs @ 45364:5fe25f8ef5d9

rhg: add a `Files` `Command` to prepare the `rhg files` subcommand Differential Revision: https://phab.mercurial-scm.org/D8868
author Antoine Cezar <antoine.cezar@octobus.net>
date Wed, 29 Jul 2020 10:21:17 +0200
parents 47997afadf08
children ed95ccc94333
line wrap: on
line diff
--- a/rust/rhg/src/commands.rs	Wed Jul 29 15:49:44 2020 +0200
+++ b/rust/rhg/src/commands.rs	Wed Jul 29 10:21:17 2020 +0200
@@ -1,3 +1,4 @@
+pub mod files;
 pub mod root;
 use crate::error::CommandError;