mercurial/commands.py
changeset 13234 0935ff767285
parent 13191 1aea66b71f4f
parent 13230 827a1cc127bf
child 13235 6bf39d88c857
equal deleted inserted replaced
13229:f3058dd05281 13234:0935ff767285
  1878         else:
  1878         else:
  1879             if name == 'shortlist':
  1879             if name == 'shortlist':
  1880                 msg = _('use "hg help" for the full list of commands '
  1880                 msg = _('use "hg help" for the full list of commands '
  1881                         'or "hg -v" for details')
  1881                         'or "hg -v" for details')
  1882             elif aliases:
  1882             elif aliases:
  1883                 msg = _('use "hg -v help%s" to show aliases and '
  1883                 msg = _('use "hg -v help%s" to show builtin aliases and '
  1884                         'global options') % (name and " " + name or "")
  1884                         'global options') % (name and " " + name or "")
  1885             else:
  1885             else:
  1886                 msg = _('use "hg -v help %s" to show global options') % name
  1886                 msg = _('use "hg -v help %s" to show global options') % name
  1887             option_lists.append((msg, ()))
  1887             option_lists.append((msg, ()))
  1888 
  1888