As the name "all" is a misnomer for an option that searches on diffs of revisions,
we are moving to diff flag from all, deprecating it in the process.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG8d9d0d30cfcc: grep: deprecates `--all` flag
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
@command('grep',
[('0', 'print0', None, _('end fields with NUL')),
- ('', 'all', None, _('print all revisions that match')),
+ ('', 'all', None, _('print all revisions that match (DEPRECATED)')),
('', 'diff', None, _('print all revisions when the term was introduced or removed')),
This doesn't apply. Can you rebase onto the current tip?
mercurial/commands.py | ||
---|---|---|
2522 | Drop the mention of --all flag from here. |
Drop the mention of --all flag from here.