Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 48346:7ccd31fda132 stable
docs: add documentation about Rust
This makes the features more discoverable for users.
Differential Revision: https://phab.mercurial-scm.org/D11808
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Fri, 26 Nov 2021 14:28:27 +0100 |
parents | e8a576de703f |
children | 6000f5b25c9b |
line wrap: on
line diff
--- a/mercurial/help.py Mon Jan 03 10:43:17 2022 +0100 +++ b/mercurial/help.py Fri Nov 26 14:28:27 2021 +0100 @@ -484,6 +484,15 @@ TOPIC_CATEGORY_IDS, ), ( + [ + b'rust', + b'rustext', + ], + _(b'Rust in Mercurial'), + loaddoc(b'rust'), + TOPIC_CATEGORY_CONFIG, + ), + ( [b'filesets', b'fileset'], _(b"Specifying File Sets"), loaddoc(b'filesets'),