##// 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:

r11451:51021f4c stable
r12066:d01e2865 default
Show More
test-resolve.out
9 lines | 344 B | text/plain | TextLexer
Martin Geisler
reset mergestate after commit
r7734 adding file
% create a second head
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
created new head
% failing merge
0 files updated, 0 files merged, 0 files removed, 1 files unresolved
Stuart W Marks
hg: say 'hg update' instead of 'hg up' in merge status message...
r9468 use 'hg resolve' to retry unresolved file merges or 'hg update -C' to abandon
Martin Geisler
reset mergestate after commit
r7734 % resolve -l, should be empty
Martin Geisler
resolve: do not crash on empty mergestate...
r11451 % resolve -l, should be empty