Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help.py @ 38041:5fa4e29ba3e3
help: add new deprecated topic
Add a deprecated topic which lists most of the commands and options that are not
recommended anymore.
author | David Demelier <markand@malikania.fr> |
---|---|
date | Mon, 14 May 2018 13:11:04 +0200 |
parents | 6e526b0961a8 |
children | 9b800601701c |
line wrap: on
line diff
--- a/mercurial/help.py Mon May 14 23:00:30 2018 -0400 +++ b/mercurial/help.py Mon May 14 13:11:04 2018 +0200 @@ -232,6 +232,7 @@ (['bundlespec'], _("Bundle File Formats"), loaddoc('bundlespec')), (['color'], _("Colorizing Outputs"), loaddoc('color')), (["config", "hgrc"], _("Configuration Files"), loaddoc('config')), + (['deprecated'], _("Deprecated Features"), loaddoc('deprecated')), (["dates"], _("Date Formats"), loaddoc('dates')), (["flags"], _("Command-line flags"), loaddoc('flags')), (["patterns"], _("File Name Patterns"), loaddoc('patterns')),