This is one reason why hg grep pattern essentially does `hg cat -r
. 'set:**'` inside. There is no speed improvement in this commit,
because the rest of the code still greps data from filelog instead of
working copy when possible.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG8d552701806d: grep: stop computing information for --diff when unnecessary
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.