##// END OF EJS Templates
largefiles: set the extension as enabled locally after a share requiring it...
largefiles: set the extension as enabled locally after a share requiring it This has been done for clone since e1dbe0b215ae, so it makes sense here for the same reasons.

File last commit:

r29514:28052824 default
r31892:9e67ce5c 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