Show More
@@ -4,10 +4,9 b' Set vars:' | |||||
4 |
|
4 | |||
5 | $ CONTRIBDIR="$TESTDIR/../contrib" |
|
5 | $ CONTRIBDIR="$TESTDIR/../contrib" | |
6 |
|
6 | |||
7 |
Prepare repo |
|
7 | Prepare repo: | |
8 |
|
8 | |||
9 |
$ hg init |
|
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 > |
|
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