##// END OF EJS Templates
localrepo: introduce method for explicit branch cache update...
localrepo: introduce method for explicit branch cache update Currently, localrepo.branchtags() is called in two locations to update the _branchcache dict, however branchtags() itself does not update anything, it calls branchmap() to do so. This change introduces a new updatebranchcache() method that is used by both branchmap() and the calls to update the cache.

File last commit:

r10917:bce47e25 stable
r12066:d01e2865 default
Show More
test-issue2137.out
12 lines | 278 B | text/plain | TextLexer
% setup
adding a
new tip: 553596fad57b
% test that new changesets are visible to repo.lookup()
new tip: 799ae3599e0e
changeset: 1:799ae3599e0e
tag: tip
user: test
date: Thu Jan 01 00:00:00 1970 +0000
summary: one more commit to demonstrate the bug