config: add alias from `hg help rhg` to `hg help rust` stable
authorRaphaël Gomès <rgomes@octobus.net>
Thu, 03 Nov 2022 15:43:04 +0100
branchstable
changeset 49567 04e6add9e4dc
parent 49566 b1c20e41098f
child 49568 05ef5f097df4
config: add alias from `hg help rhg` to `hg help rust` This will make using `rhg` more user-friendly and features more discoverable.
mercurial/help.py
--- a/mercurial/help.py	Thu Nov 03 15:42:33 2022 +0100
+++ b/mercurial/help.py	Thu Nov 03 15:43:04 2022 +0100
@@ -486,6 +486,7 @@
             [
                 b'rust',
                 b'rustext',
+                b'rhg',
             ],
             _(b'Rust in Mercurial'),
             loaddoc(b'rust'),