Show More
@@ -575,3 +575,28 b' Running unrelated upgrade' | |||||
575 | data-length: 121088 |
|
575 | data-length: 121088 | |
576 | data-unused: 0 |
|
576 | data-unused: 0 | |
577 | data-unused: 0.000% |
|
577 | data-unused: 0.000% | |
|
578 | ||||
|
579 | Persistent nodemap and local/streaming clone | |||
|
580 | ============================================ | |||
|
581 | ||||
|
582 | $ cd .. | |||
|
583 | ||||
|
584 | standard clone | |||
|
585 | -------------- | |||
|
586 | ||||
|
587 | The persistent nodemap should exist after a streaming clone | |||
|
588 | ||||
|
589 | $ hg clone --pull --quiet -U test-repo standard-clone | |||
|
590 | $ ls -1 standard-clone/.hg/store/ | egrep '00(changelog|manifest)(\.n|-.*\.nd)' | |||
|
591 | 00changelog-*.nd (glob) | |||
|
592 | 00changelog.n | |||
|
593 | 00manifest-*.nd (glob) | |||
|
594 | 00manifest.n | |||
|
595 | $ hg -R standard-clone debugnodemap --metadata | |||
|
596 | uid: * (glob) | |||
|
597 | tip-rev: 5005 | |||
|
598 | tip-node: 90d5d3ba2fc47db50f712570487cb261a68c8ffe | |||
|
599 | data-length: 121088 | |||
|
600 | data-unused: 0 | |||
|
601 | data-unused: 0.000% | |||
|
602 |
General Comments 0
You need to be logged in to leave comments.
Login now