# HG changeset patch # User Raphaël Gomès # Date 1667486584 -3600 # Node ID 04e6add9e4dcb55887e55e4590b71bf671dbd5d7 # Parent b1c20e41098f53267e19866b400824837dd7b0b7 config: add alias from `hg help rhg` to `hg help rust` This will make using `rhg` more user-friendly and features more discoverable. diff -r b1c20e41098f -r 04e6add9e4dc 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'),