mercurial/help.py
branchstable
changeset 48346 7ccd31fda132
parent 48178 e8a576de703f
child 48966 6000f5b25c9b
--- 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'),