Details
Details
- Reviewers
marmoute - Group Reviewers
hg-reviewers - Commits
- rHG8d02e3c86815: grep: put --diff in the first line of usage
rHG0b8b7905f239: grep: put --diff in the first line of usage
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
This does not seems to be the first line you are looking for. The first line we are looking for is the usage: line. It is defined lower in the decorator :
_(b'[OPTION]... PATTERN [FILE]...'),
We need to gain a [--diff] here.