Mercurial > public > mercurial-scm > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
38040:71cf20d47f25 | 38041:5fa4e29ba3e3 |
---|---|
230 | 230 |
231 helptable = sorted([ | 231 helptable = sorted([ |
232 (['bundlespec'], _("Bundle File Formats"), loaddoc('bundlespec')), | 232 (['bundlespec'], _("Bundle File Formats"), loaddoc('bundlespec')), |
233 (['color'], _("Colorizing Outputs"), loaddoc('color')), | 233 (['color'], _("Colorizing Outputs"), loaddoc('color')), |
234 (["config", "hgrc"], _("Configuration Files"), loaddoc('config')), | 234 (["config", "hgrc"], _("Configuration Files"), loaddoc('config')), |
235 (['deprecated'], _("Deprecated Features"), loaddoc('deprecated')), | |
235 (["dates"], _("Date Formats"), loaddoc('dates')), | 236 (["dates"], _("Date Formats"), loaddoc('dates')), |
236 (["flags"], _("Command-line flags"), loaddoc('flags')), | 237 (["flags"], _("Command-line flags"), loaddoc('flags')), |
237 (["patterns"], _("File Name Patterns"), loaddoc('patterns')), | 238 (["patterns"], _("File Name Patterns"), loaddoc('patterns')), |
238 (['environment', 'env'], _('Environment Variables'), | 239 (['environment', 'env'], _('Environment Variables'), |
239 loaddoc('environment')), | 240 loaddoc('environment')), |