##// END OF EJS Templates
tests: disable `hg clone --stream` test with simple store...
Gregory Szorc -
r37448:b4f5d8c6 default
parent child Browse files
Show More
@@ -380,6 +380,7 b' disable pull-based clones'
380 server has pull-based clones disabled
380 server has pull-based clones disabled
381 [255]
381 [255]
382
382
383 #if no-reposimplestore
383 ... but keep stream clones working
384 ... but keep stream clones working
384
385
385 $ hg clone --stream --noupdate http://localhost:$HGPORT1/ test-stream-clone
386 $ hg clone --stream --noupdate http://localhost:$HGPORT1/ test-stream-clone
@@ -388,6 +389,7 b' disable pull-based clones'
388 transferred * in * seconds (* KB/sec) (glob)
389 transferred * in * seconds (* KB/sec) (glob)
389 searching for changes
390 searching for changes
390 no changes found
391 no changes found
392 #endif
391
393
392 ... and also keep partial clones and pulls working
394 ... and also keep partial clones and pulls working
393 $ hg clone http://localhost:$HGPORT1 --rev 0 test-partial-clone
395 $ hg clone http://localhost:$HGPORT1 --rev 0 test-partial-clone
General Comments 0
You need to be logged in to leave comments. Login now