##// END OF EJS Templates
exchange: use context manager for bundle1 unbundling...
exchange: use context manager for bundle1 unbundling The lazy locking is not used for bundle1, so using a regular context manager is clearer.

File last commit:

r29514:28052824 default
r32845:58a6f64a default
Show More
test-bad-pull.t
15 lines | 325 B | text/troff | Tads3Lexer
#require serve killdaemons
$ hg clone http://localhost:$HGPORT/ copy
abort: * (glob)
[255]
$ test -d copy
[1]
$ python "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
$ cat dumb.pid >> $DAEMON_PIDS
$ hg clone http://localhost:$HGPORT/foo copy2
abort: HTTP Error 404: * (glob)
[255]
$ killdaemons.py