comparison mercurial/bundlerepo.py @ 18119:5264464b5f68

branchmap: _updatebranchmap does not need to be filtered The `_updatebranchmap` method on repo does not need to be filtered as all callers are already handling filtering themself. The fact it is filtered may had even lead to buggy behaviors, but by chances the method make very sparse use of the repo object.
author Pierre-Yves David <pierre-yves.david@logilab.fr>
date Wed, 19 Dec 2012 14:47:38 +0100
parents 6db318a15a12
children 11d1a9143adb
comparison
equal deleted inserted replaced
18118:e70ff1e599f4 18119:5264464b5f68