diff -r 1ccbca64610a -r 25b344f2aeef mercurial/commands.py --- 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')), (