mercurial/commands.py
changeset 1068 498456c2e8e5
parent 1067 fae1204603dc
child 1071 8f0ac653f85e
equal deleted inserted replaced
1067:fae1204603dc 1068:498456c2e8e5
  1544           ('l', 'files-with-matches', None, 'print names of files with matches'),
  1544           ('l', 'files-with-matches', None, 'print names of files with matches'),
  1545           ('n', 'line-number', '', 'print line numbers'),
  1545           ('n', 'line-number', '', 'print line numbers'),
  1546           ('r', 'rev', [], 'search in revision rev'),
  1546           ('r', 'rev', [], 'search in revision rev'),
  1547           ('s', 'no-messages', None, 'do not print error messages'),
  1547           ('s', 'no-messages', None, 'do not print error messages'),
  1548           ('v', 'invert-match', None, 'select non-matching lines')],
  1548           ('v', 'invert-match', None, 'select non-matching lines')],
  1549          "hg grep [options] [pat] [files]"),
  1549          "hg grep [OPTION]... [PATTERN] [FILE]..."),
  1550     "heads":
  1550     "heads":
  1551         (heads,
  1551         (heads,
  1552          [('b', 'branches', None, 'find branch info')],
  1552          [('b', 'branches', None, 'find branch info')],
  1553          'hg heads [-b]'),
  1553          'hg heads [-b]'),
  1554     "help": (help_, [], 'hg help [COMMAND]'),
  1554     "help": (help_, [], 'hg help [COMMAND]'),