Show More
@@ -625,7 +625,11 stream clone | |||||
625 |
|
625 | |||
626 | The persistent nodemap should exist after a streaming clone |
|
626 | The persistent nodemap should exist after a streaming clone | |
627 |
|
627 | |||
628 |
$ hg clone -U --stream --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/test-repo stream-clone -- |
|
628 | $ hg clone -U --stream --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/test-repo stream-clone --debug | egrep '00(changelog|manifest)' | |
|
629 | adding [s] 00manifest.i (313 KB) | |||
|
630 | adding [s] 00manifest.d (452 KB) | |||
|
631 | adding [s] 00changelog.i (313 KB) | |||
|
632 | adding [s] 00changelog.d (360 KB) | |||
629 | $ ls -1 stream-clone/.hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)' |
|
633 | $ ls -1 stream-clone/.hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)' | |
630 | 00changelog-*.nd (glob) |
|
634 | 00changelog-*.nd (glob) | |
631 | 00changelog.n |
|
635 | 00changelog.n |
General Comments 0
You need to be logged in to leave comments.
Login now