##// END OF EJS Templates
tests: use a single repo for test-contrib-perf
timeless -
r27309:b0de270a default
parent child Browse files
Show More
@@ -4,10 +4,9 b' Set vars:'
4
4
5 $ CONTRIBDIR="$TESTDIR/../contrib"
5 $ CONTRIBDIR="$TESTDIR/../contrib"
6
6
7 Prepare repo-a:
7 Prepare repo:
8
8
9 $ hg init repo-a
9 $ hg init
10 $ cd repo-a
11
10
12 $ echo this is file a > a
11 $ echo this is file a > a
13 $ hg add a
12 $ hg add a
@@ -30,7 +29,7 b' Prepare repo-a:'
30
29
31 perfstatus
30 perfstatus
32
31
33 $ cat > .hg/hgrc << EOF
32 $ cat >> $HGRCPATH << EOF
34 > [extensions]
33 > [extensions]
35 > perfstatusext=$CONTRIBDIR/perf.py
34 > perfstatusext=$CONTRIBDIR/perf.py
36 > EOF
35 > EOF
General Comments 0
You need to be logged in to leave comments. Login now