diff mercurial/help.py @ 49557: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 7bd5f862b249
children f09bc2ed9100 2a70d1fc70c4
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'),