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
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
contrib/perf.py | ||
---|---|---|
1024–1030 | 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: