diff rust/rhg/src/commands.rs @ 45542:33ded2d3f4fc

rhg: add a limited `rhg cat -r` subcommand It only supports revision specification (rev or full hash) and the list of files to cat. Differential Revision: https://phab.mercurial-scm.org/D9052
author Antoine Cezar <antoine.cezar@octobus.net>
date Tue, 15 Sep 2020 16:51:11 +0200
parents 66756b34c06e
children ead435aa5294
line wrap: on
line diff
--- a/rust/rhg/src/commands.rs	Fri Sep 11 17:32:53 2020 +0200
+++ b/rust/rhg/src/commands.rs	Tue Sep 15 16:51:11 2020 +0200
@@ -1,3 +1,4 @@
+pub mod cat;
 pub mod debugdata;
 pub mod files;
 pub mod root;