diff tests/test-contrib-perf.t @ 32230:73c3e226d2fc

perf: don't convert rev to node before calling revlog.revision()
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 06 May 2017 11:12:23 -0700
parents c68c400d0a2d
children ad37c569ec81
line wrap: on
line diff
--- a/tests/test-contrib-perf.t	Sat May 06 12:12:53 2017 -0700
+++ b/tests/test-contrib-perf.t	Sat May 06 11:12:23 2017 -0700
@@ -165,7 +165,3 @@
   $ (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:867:
-   >             r.revision(r.node(x))
-   don't convert rev to node before passing to revision(nodeorrev)
-  [1]