##// END OF EJS Templates
store: no longer explicitly mark the splitted index as ignored...
marmoute -
r51363:814f5577 default
parent child Browse files
Show More
@@ -2060,10 +2060,6 b' class revlog:'
2060 opener = self.opener
2060 opener = self.opener
2061 weak_self = weakref.ref(self)
2061 weak_self = weakref.ref(self)
2062
2062
2063 fncache = getattr(opener, 'fncache', None)
2064 if fncache is not None:
2065 fncache.addignore(new_index_file_path)
2066
2067 # the "split" index replace the real index when the transaction is finalized
2063 # the "split" index replace the real index when the transaction is finalized
2068 def finalize_callback(tr):
2064 def finalize_callback(tr):
2069 opener.rename(
2065 opener.rename(
General Comments 0
You need to be logged in to leave comments. Login now