mercurial/store.py
branchstable
changeset 13169 4c1fbed00224
parent 12687 34d8247a4595
child 13391 d00bbff8600e
--- a/mercurial/store.py	Mon Dec 20 12:05:50 2010 -0600
+++ b/mercurial/store.py	Fri Dec 17 10:40:26 2010 +0100
@@ -323,7 +323,8 @@
             self.fncache.rewrite(existing)
 
     def copylist(self):
-        d = _data + ' dh fncache'
+        d = ('data dh fncache'
+             ' 00manifest.d 00manifest.i 00changelog.d 00changelog.i')
         return (['requires', '00changelog.i'] +
                 [self.pathjoiner('store', f) for f in d.split()])