mercurial/commands.py
changeset 1490 c3ffdb2c4091
parent 1483 a4ba63e04134
child 1496 3cf287a03664
equal deleted inserted replaced
1489:a64fdaf60f9d 1490:c3ffdb2c4091
  2215          "hg forget [OPTION]... FILE..."),
  2215          "hg forget [OPTION]... FILE..."),
  2216     "grep":
  2216     "grep":
  2217         (grep,
  2217         (grep,
  2218          [('0', 'print0', None, _('end fields with NUL')),
  2218          [('0', 'print0', None, _('end fields with NUL')),
  2219           ('I', 'include', [], _('include names matching the given patterns')),
  2219           ('I', 'include', [], _('include names matching the given patterns')),
  2220           ('X', 'exclude', [], _('include names matching the given patterns')),
  2220           ('X', 'exclude', [], _('exclude names matching the given patterns')),
  2221           ('', 'all', None, _('print all revisions that match')),
  2221           ('', 'all', None, _('print all revisions that match')),
  2222           ('i', 'ignore-case', None, _('ignore case when matching')),
  2222           ('i', 'ignore-case', None, _('ignore case when matching')),
  2223           ('l', 'files-with-matches', None, _('print only filenames and revs that match')),
  2223           ('l', 'files-with-matches', None, _('print only filenames and revs that match')),
  2224           ('n', 'line-number', None, _('print matching line numbers')),
  2224           ('n', 'line-number', None, _('print matching line numbers')),
  2225           ('r', 'rev', [], _('search in given revision range')),
  2225           ('r', 'rev', [], _('search in given revision range')),