##// END OF EJS Templates
tests: demonstrate an inconsistency when cloning to a missing directory tree...
Matt Harbison -
r39220:8724de87 default
parent child Browse files
Show More
@@ -476,7 +476,7 b' disable pull-based clones'
476 #endif
476 #endif
477
477
478 ... and also keep partial clones and pulls working
478 ... and also keep partial clones and pulls working
479 $ hg clone http://localhost:$HGPORT1 --rev 0 test-partial-clone
479 $ hg clone http://localhost:$HGPORT1 --rev 0 test/partial/clone
480 adding changesets
480 adding changesets
481 adding manifests
481 adding manifests
482 adding file changes
482 adding file changes
@@ -484,7 +484,7 b' disable pull-based clones'
484 new changesets 8b6053c928fe
484 new changesets 8b6053c928fe
485 updating to branch default
485 updating to branch default
486 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
486 4 files updated, 0 files merged, 0 files removed, 0 files unresolved
487 $ hg pull -R test-partial-clone
487 $ hg pull -R test/partial/clone
488 pulling from http://localhost:$HGPORT1/
488 pulling from http://localhost:$HGPORT1/
489 searching for changes
489 searching for changes
490 adding changesets
490 adding changesets
@@ -494,6 +494,10 b' disable pull-based clones'
494 new changesets 5fed3813f7f5:56f9bc90cce6
494 new changesets 5fed3813f7f5:56f9bc90cce6
495 (run 'hg update' to get a working copy)
495 (run 'hg update' to get a working copy)
496
496
497 $ hg clone test/partial/clone test/another/clone
498 abort: $ENOTDIR$: 'test/another/clone'
499 [255]
500
497 corrupt cookies file should yield a warning
501 corrupt cookies file should yield a warning
498
502
499 $ cat > $TESTTMP/cookies.txt << EOF
503 $ cat > $TESTTMP/cookies.txt << EOF
General Comments 0
You need to be logged in to leave comments. Login now