mercurial/commands.py
changeset 52744 25b344f2aeef
parent 52677 b7afc38468bd
child 52984 688665425496
--- a/mercurial/commands.py	Wed Jan 29 16:04:39 2025 -0500
+++ b/mercurial/commands.py	Wed Jan 29 16:09:06 2025 -0500
@@ -120,6 +120,13 @@
         _(b'set/override config option (use \'section.name=value\')'),
         _(b'CONFIG'),
     ),
+    (
+        b'',
+        b'config-file',
+        [],
+        _(b'load config file to set/override config options'),
+        _(b'HGRC'),
+    ),
     (b'', b'debug', None, _(b'enable debugging output')),
     (b'', b'debugger', None, _(b'start debugger')),
     (