Show More
@@ -14,8 +14,8 b'' | |||||
14 | # to compare performance. |
|
14 | # to compare performance. | |
15 |
|
15 | |||
16 | HG="hg update" |
|
16 | HG="hg update" | |
17 | PERF="./hg perfrevset" |
|
17 | PERF="./hg --config extensions.perf=contrib/perf.py perfrevset" | |
18 | BASE_PERF="hg perfrevset" |
|
18 | BASE_PERF="hg --config extensions.perf=contrib/perf.py perfrevset" | |
19 |
|
19 | |||
20 | TARGETS=$1 |
|
20 | TARGETS=$1 | |
21 | shift |
|
21 | shift |
General Comments 0
You need to be logged in to leave comments.
Login now