equal
deleted
inserted
replaced
168 |
168 |
169 Check perf.py for historical portability |
169 Check perf.py for historical portability |
170 |
170 |
171 $ cd "$TESTDIR/.." |
171 $ cd "$TESTDIR/.." |
172 |
172 |
173 $ (hg files -r 1.2 glob:mercurial/*.c glob:mercurial/*.py; |
173 $ (syshg files -r 1.2 glob:mercurial/*.c glob:mercurial/*.py; |
174 > hg files -r tip glob:mercurial/*.c glob:mercurial/*.py) | |
174 > syshg files -r tip glob:mercurial/*.c glob:mercurial/*.py) | |
175 > "$TESTDIR"/check-perf-code.py contrib/perf.py |
175 > "$TESTDIR"/check-perf-code.py contrib/perf.py |