diff tests/test-contrib-perf.t @ 32202:ded48ad55146

bdiff: proxy through mdiff module See the previous commit for why. mdiff seems a good place to host bdiff functions. bdiff.bdiff was already aliased as textdiff, so we use it.
author Yuya Nishihara <yuya@tcha.org>
date Wed, 26 Apr 2017 22:03:37 +0900
parents f6d77af84ef3
children c68c400d0a2d
line wrap: on
line diff
--- a/tests/test-contrib-perf.t	Wed Apr 26 21:56:47 2017 +0900
+++ b/tests/test-contrib-perf.t	Wed Apr 26 22:03:37 2017 +0900
@@ -165,7 +165,7 @@
   $ (hg files -r 1.2 glob:mercurial/*.c glob:mercurial/*.py;
   >  hg files -r tip glob:mercurial/*.c glob:mercurial/*.py) |
   > "$TESTDIR"/check-perf-code.py contrib/perf.py
-  contrib/perf.py:869:
+  contrib/perf.py:868:
    >             r.revision(r.node(x))
    don't convert rev to node before passing to revision(nodeorrev)
   [1]