branch | stable |
changeset 25881 | 9de443515f1d |
parent 25660 | 328739ea70c3 |
child 26196 | 3a4620ad4490 |
--- a/mercurial/help.py Wed Jul 29 21:31:56 2015 -0400 +++ b/mercurial/help.py Sat Jul 18 17:10:28 2015 -0700 @@ -166,6 +166,8 @@ (["hgignore", "ignore"], _("Syntax for Mercurial Ignore Files"), loaddoc('hgignore')), (["phases"], _("Working with Phases"), loaddoc('phases')), + (['scripting'], _('Using Mercurial from scripts and automation'), + loaddoc('scripting')), ]) # Map topics to lists of callable taking the current topic help and