comparison .hgsigs @ 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 f467c353298c
children 74525c3e9476
comparison
equal deleted inserted replaced
41203:d0de4fdd87aa 41204:e3cfe0702eac