changeset 51505 | 0239ebdd0740 |
parent 51492 | 0c684ca692a4 |
parent 51444 | 40943970b7ae |
child 51516 | ec640dc9cebd |
--- a/mercurial/branchmap.py Sun Mar 10 03:29:12 2024 +0100 +++ b/mercurial/branchmap.py Fri Mar 15 10:52:51 2024 +0100 @@ -880,7 +880,7 @@ if self._names: try: - if repo.ui.configbool(b'format', b'mmap-revbranchcache'): + if repo.ui.configbool(b'storage', b'revbranchcache.mmap'): with repo.cachevfs(_rbcrevs) as fp: data = util.buffer(util.mmapread(fp)) else: