mercurial/help.py
changeset 37998 5fa4e29ba3e3
parent 37975 6e526b0961a8
child 39308 9b800601701c
equal deleted inserted replaced
37997:71cf20d47f25 37998: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')),