##// END OF EJS Templates
revlog: remove legacy usage of `_mmaplargeindex`...
marmoute -
r51942:3977068c default
parent child Browse files
Show More
@@ -628,7 +628,7 b' class revlog:'
628 new_header = REVLOG_DEFAULT_VERSION
628 new_header = REVLOG_DEFAULT_VERSION
629
629
630 mmapindexthreshold = None
630 mmapindexthreshold = None
631 if self._mmaplargeindex:
631 if self.data_config.mmap_large_index:
632 mmapindexthreshold = self.data_config.mmap_index_threshold
632 mmapindexthreshold = self.data_config.mmap_index_threshold
633 if self.feature_config.enable_ellipsis:
633 if self.feature_config.enable_ellipsis:
634 self._flagprocessors[REVIDX_ELLIPSIS] = ellipsisprocessor
634 self._flagprocessors[REVIDX_ELLIPSIS] = ellipsisprocessor
General Comments 0
You need to be logged in to leave comments. Login now