mercurial/store.py
changeset 15742 65df60a3f96b
parent 15740 62aa9305399d
child 16404 9fca5b056c0a
--- a/mercurial/store.py	Mon Dec 26 13:48:31 2011 +0100
+++ b/mercurial/store.py	Tue Dec 27 00:11:22 2011 +0100
@@ -409,8 +409,8 @@
             self.fncache.rewrite(existing)
 
     def copylist(self):
-        d = ('data dh fncache'
-             ' 00manifest.d 00manifest.i 00changelog.d 00changelog.i phaseroots')
+        d = ('data dh fncache phaseroots'
+             ' 00manifest.d 00manifest.i 00changelog.d 00changelog.i')
         return (['requires', '00changelog.i'] +
                 ['store/' + f for f in d.split()])