Show More
@@ -48,7 +48,11 b' expect error, cloning not allowed' | |||
|
48 | 48 | $ echo 'allowpull = false' >> .hg/hgrc |
|
49 | 49 | $ hg serve -p $HGPORT -d --pid-file=hg.pid -E errors.log |
|
50 | 50 | $ cat hg.pid >> $DAEMON_PIDS |
|
51 | $ hg clone http://localhost:$HGPORT/ test4 | |
|
51 | $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=True | |
|
52 | requesting all changes | |
|
53 | abort: authorization failed | |
|
54 | [255] | |
|
55 | $ hg clone http://localhost:$HGPORT/ test4 --config experimental.bundle2-exp=False | |
|
52 | 56 | abort: authorization failed |
|
53 | 57 | [255] |
|
54 | 58 | $ "$TESTDIR/killdaemons.py" $DAEMON_PIDS |
General Comments 0
You need to be logged in to leave comments.
Login now