Show More
@@ -7,7 +7,7 Test exchange of common information usin | |||
|
7 | 7 | |
|
8 | 8 | enable obsolescence |
|
9 | 9 | |
|
10 |
$ cat > $TEST |
|
|
10 | $ cat > $TESTTMP/bundle2-pushkey-hook.sh << EOF | |
|
11 | 11 | > echo pushkey: lock state after \"\$HG_NAMESPACE\" |
|
12 | 12 | > hg debuglock |
|
13 | 13 | > EOF |
@@ -29,7 +29,7 enable obsolescence | |||
|
29 | 29 | > b2x-pretransactionclose.tip = hg log -r tip -T "pre-close-tip:{node|short} {phase} {bookmarks}\n" |
|
30 | 30 | > b2x-transactionclose.tip = hg log -r tip -T "postclose-tip:{node|short} {phase} {bookmarks}\n" |
|
31 | 31 | > b2x-transactionclose.env = sh -c "HG_LOCAL= python \"$TESTDIR/printenv.py\" b2x-transactionclose" |
|
32 |
> pushkey= sh "$TEST |
|
|
32 | > pushkey= sh "$TESTTMP/bundle2-pushkey-hook.sh" | |
|
33 | 33 | > EOF |
|
34 | 34 | |
|
35 | 35 | The extension requires a repo (currently unused) |
General Comments 0
You need to be logged in to leave comments.
Login now