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
Lint Skipped - Unit
Unit Tests Skipped
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.