changeset 49565:04e6add9e4dc stable

config: add alias from `hg help rhg` to `hg help rust` This will make using `rhg` more user-friendly and features more discoverable.
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 03 Nov 2022 15:43:04 +0100
parents b1c20e41098f
children 05ef5f097df4
files mercurial/help.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'),