114
116
Option('diff', short_name='p',
115
117
help='Grep for pattern in changeset for each revision.'),
116
118
ListOption('exclude', type=text_type, argname='glob', short_name='X',
118
120
ListOption('include', type=text_type, argname='glob', short_name='I',
120
122
Option('files-with-matches', short_name='l',
121
123
help='Print only the name of each input file in '
122
124
'which PATTERN is found.'),