##// END OF EJS Templates
manifest: remove unused property _oldmanifest...
Martin von Zweigbergk -
r32195:9d313663 default
parent child Browse files
Show More
@@ -1317,8 +1317,7 b' class manifestlog(object):'
1317 cachesize = opts.get('manifestcachesize', cachesize)
1317 cachesize = opts.get('manifestcachesize', cachesize)
1318 self._treeinmem = usetreemanifest
1318 self._treeinmem = usetreemanifest
1319
1319
1320 self._oldmanifest = repo._constructmanifest()
1320 self._revlog = repo._constructmanifest()
1321 self._revlog = self._oldmanifest
1322
1321
1323 # A cache of the manifestctx or treemanifestctx for each directory
1322 # A cache of the manifestctx or treemanifestctx for each directory
1324 self._dirmancache = {}
1323 self._dirmancache = {}
General Comments 0
You need to be logged in to leave comments. Login now