Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 15996:0455463655e0 stable
help: add phases topic
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 26 Jan 2012 11:23:14 -0600 |
parents | 4a28cb4df1f8 |
children | 0c4bec9596d8 |
line wrap: on
line diff
--- a/mercurial/help.py Thu Jan 26 12:09:14 2012 -0200 +++ b/mercurial/help.py Thu Jan 26 11:23:14 2012 -0600 @@ -73,6 +73,7 @@ (["glossary"], _("Glossary"), loaddoc('glossary')), (["hgignore", "ignore"], _("syntax for Mercurial ignore files"), loaddoc('hgignore')), + (["phases"], _("Working with Phases"), loaddoc('phases')), ]) # Map topics to lists of callable taking the current topic help and