Mercurial > hg
comparison mercurial/chgserver.py @ 41204:e3cfe0702eac
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
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 09 Jan 2019 16:18:00 -0800 |
parents | e7110f44ee2d |
children | cf8677cd7286 |
comparison
equal
deleted
inserted
replaced
41203:d0de4fdd87aa | 41204:e3cfe0702eac |
---|