changeset 47017 | da4e6d7a8fdd |
parent 46819 | d4ba4d51f85f |
child 48166 | e8a576de703f |
--- a/mercurial/help.py Thu Feb 11 15:02:57 2021 -0800 +++ b/mercurial/help.py Tue Apr 27 14:59:45 2021 -0700 @@ -540,6 +540,12 @@ TOPIC_CATEGORY_CONCEPTS, ), ( + [b"evolution"], + _(b"Safely rewriting history (EXPERIMENTAL)"), + loaddoc(b'evolution'), + TOPIC_CATEGORY_CONCEPTS, + ), + ( [b'scripting'], _(b'Using Mercurial from scripts and automation'), loaddoc(b'scripting'),