Show More
@@ -1231,13 +1231,13 b' Test that pre-pushkey compat for bookmar' | |||||
1231 |
|
1231 | |||
1232 | Forbid bookmark move on the server |
|
1232 | Forbid bookmark move on the server | |
1233 |
|
1233 | |||
1234 |
$ cat << EOF >> $TEST |
|
1234 | $ cat << EOF >> $TESTTMP/no-bm-move.sh | |
1235 | > #!/bin/sh |
|
1235 | > #!/bin/sh | |
1236 | > echo \$HG_NAMESPACE | grep -v bookmarks |
|
1236 | > echo \$HG_NAMESPACE | grep -v bookmarks | |
1237 | > EOF |
|
1237 | > EOF | |
1238 | $ cat << EOF >> server/.hg/hgrc |
|
1238 | $ cat << EOF >> server/.hg/hgrc | |
1239 | > [hooks] |
|
1239 | > [hooks] | |
1240 |
> prepushkey.no-bm-move= sh $TEST |
|
1240 | > prepushkey.no-bm-move= sh $TESTTMP/no-bm-move.sh | |
1241 | > EOF |
|
1241 | > EOF | |
1242 |
|
1242 | |||
1243 | pushing changeset is okay |
|
1243 | pushing changeset is okay |
General Comments 0
You need to be logged in to leave comments.
Login now