D2624: perf: teach perfbdiff to call blocks() and to use xdiff

2018-03-07 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd382344c69aa: perf: teach perfbdiff to call blocks() and to use xdiff (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2624: perf: teach perfbdiff to call blocks() and to use xdiff

2018-03-04 Thread quark (Jun Wu)
quark added inline comments. INLINE COMMENTS > perf.py:1024-1029 > +if xdiff: > +mdiff.bdiff.xdiffblocks(*pair) > +elif blocks: > +mdiff.bdiff.blocks(*pair) > +else: > +

D2624: perf: teach perfbdiff to call blocks() and to use xdiff

2018-03-03 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2624 AFFECTED FILES contrib/perf.py CHANGE DETAILS diff --git a/contrib/perf.py b/contrib/perf.py