Details
Details
- Reviewers
quark durin42 - Group Reviewers
hg-reviewers - Commits
- rHGd382344c69aa: perf: teach perfbdiff to call blocks() and to use xdiff
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
contrib/perf.py | ||
---|---|---|
1024–1029 | Might move the assignment out of the loop: if xdiff: f = mdiff.bdiff.xdiffblocks elif blocks: f = mdiff.bdiff.blocks else: f = mdiff.textdiff def d(): ... f(*pairs) |
Might move the assignment out of the loop: