Comments
Patch
@@ -504,7 +504,7 @@
raise
def copylist(self):
- d = ('data dh fncache phaseroots obsstore'
+ d = ('data meta dh fncache phaseroots obsstore'
' 00manifest.d 00manifest.i 00changelog.d 00changelog.i')
return (['requires', '00changelog.i'] +
['store/' + f for f in d.split()])
@@ -539,3 +539,13 @@
[255]
$ grep treemanifest repo-ancient/.hg/requires
[1]
+
+Local clone works
+
+ $ hg clone -U deeprepo local-clone
+ $ hg -R local-clone verify
+ checking changesets
+ checking manifests
+ crosschecking files in changesets and manifests
+ checking files
+ 8 files, 3 changesets, 10 total revisions