Show More
@@ -109,11 +109,13 expect success, server lacks the unbundl | |||
|
109 | 109 | |
|
110 | 110 | expect push success, phase change failure |
|
111 | 111 | |
|
112 |
$ |
|
|
113 | $ echo 'push_ssl = false' >> .hg/hgrc | |
|
114 | $ echo 'allow_push = *' >> .hg/hgrc | |
|
115 | $ echo '[hooks]' >> .hg/hgrc | |
|
116 | $ echo 'prepushkey = python "$TESTDIR/printenv.py" prepushkey 1' >> .hg/hgrc | |
|
112 | $ cat > .hg/hgrc <<EOF | |
|
113 | > [web] | |
|
114 | > push_ssl = false | |
|
115 | > allow_push = * | |
|
116 | > [hooks] | |
|
117 | > prepushkey = python "$TESTDIR/printenv.py" prepushkey 1 | |
|
118 | > EOF | |
|
117 | 119 | $ req |
|
118 | 120 | pushing to http://localhost:$HGPORT/ |
|
119 | 121 | searching for changes |
@@ -127,7 +129,7 expect push success, phase change failur | |||
|
127 | 129 | |
|
128 | 130 | expect phase change success |
|
129 | 131 | |
|
130 |
$ echo |
|
|
132 | $ echo "prepushkey = python \"$TESTDIR/printenv.py\" prepushkey 0" >> .hg/hgrc | |
|
131 | 133 | $ req |
|
132 | 134 | pushing to http://localhost:$HGPORT/ |
|
133 | 135 | searching for changes |
General Comments 0
You need to be logged in to leave comments.
Login now