##// END OF EJS Templates
revlog: inline opener options logic into _loadindex()...
revlog: inline opener options logic into _loadindex() We always call _loadindex() during __init__. But we also call _loadindex() as part of censorrevision(). Before, when reloading the index during censorrevision(), we would lose the configured mmapindexthreshold setting from the opener. By inlining the logic in _loadindex(), we ensure that opener options are always respected when loading the index. Differential Revision: https://phab.mercurial-scm.org/D5563

File last commit:

r34398:765eb17a default
r41240:e3cfe070 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer