##// END OF EJS Templates
fncachestore: copy dh directory before the manifest...
Adrian Buehlmann -
r13169:4c1fbed0 stable
parent child Browse files
Show More
@@ -323,7 +323,8 b' class fncachestore(basicstore):'
323 self.fncache.rewrite(existing)
323 self.fncache.rewrite(existing)
324
324
325 def copylist(self):
325 def copylist(self):
326 d = _data + ' dh fncache'
326 d = ('data dh fncache'
327 ' 00manifest.d 00manifest.i 00changelog.d 00changelog.i')
327 return (['requires', '00changelog.i'] +
328 return (['requires', '00changelog.i'] +
328 [self.pathjoiner('store', f) for f in d.split()])
329 [self.pathjoiner('store', f) for f in d.split()])
329
330
General Comments 0
You need to be logged in to leave comments. Login now