tests/test-contrib-perf.t
changeset 31721 be8a866a2c44
parent 30977 5a9e4dc8e4fd
child 31786 0e4f70f63aaa
equal deleted inserted replaced
31720:dea2a17cbfd0 31721:be8a866a2c44
   163   $ cd "$TESTDIR/.."
   163   $ cd "$TESTDIR/.."
   164 
   164 
   165   $ (hg files -r 1.2 glob:mercurial/*.c glob:mercurial/*.py;
   165   $ (hg files -r 1.2 glob:mercurial/*.c glob:mercurial/*.py;
   166   >  hg files -r tip glob:mercurial/*.c glob:mercurial/*.py) |
   166   >  hg files -r tip glob:mercurial/*.c glob:mercurial/*.py) |
   167   > "$TESTDIR"/check-perf-code.py contrib/perf.py
   167   > "$TESTDIR"/check-perf-code.py contrib/perf.py
       
   168   contrib/perf.py:859:
       
   169    >             r.revision(r.node(x))
       
   170    don't covert rev to node before passing to revision(nodeorrev)
       
   171   [1]