Mercurial > hg
comparison doc/Makefile @ 51494:54f0dd798346
branchcache: do not use `__getitem__` in updatecache
The `update_disk` method uses `updatecache` and the point of `update_disk` is to be able to do alternative processing to the one we do in `__getitem__`. So we calling `__getitem__` in `updatecache` defeat this purpose.
Instead we do the equivalent explicitly to preserve the spirit of `update_disk` (that we will actually put to use soon, I promise)
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 10 Mar 2024 03:32:50 +0100 |
parents | dc101c236219 |
children | 2a875530a023 |
comparison
equal
deleted
inserted
replaced
51493:82c1a388e86a | 51494:54f0dd798346 |
---|