diff -r ed94b24a3bb2 -r bb45190a54b7 mercurial/store.py --- a/mercurial/store.py Wed Feb 03 15:35:23 2016 -0800 +++ b/mercurial/store.py Tue Feb 02 17:31:17 2016 -0800 @@ -290,7 +290,7 @@ mode = None return mode -_data = ('data 00manifest.d 00manifest.i 00changelog.d 00changelog.i' +_data = ('data meta 00manifest.d 00manifest.i 00changelog.d 00changelog.i' ' phaseroots obsstore') class basicstore(object): @@ -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()])