diff rust/rhg/src/main.rs @ 46505:a25033eb43b5

rhg: add limited support for the `config` sub-command Only with one argument and no flag. This is mostly for testing. Differential Revision: https://phab.mercurial-scm.org/D9972
author Simon Sapin <simon.sapin@octobus.net>
date Mon, 08 Feb 2021 23:41:58 +0100
parents 2e5dd18d6dc3
children 21d3b40b4c0e
line wrap: on
line diff
--- a/rust/rhg/src/main.rs	Mon Feb 08 23:08:44 2021 +0100
+++ b/rust/rhg/src/main.rs	Mon Feb 08 23:41:58 2021 +0100
@@ -134,4 +134,5 @@
     debugrequirements
     files
     root
+    config
 }