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

r8545:3682a19b default
r12066:d01e2865 default
Show More
test-merge-force.out
11 lines | 332 B | text/plain | TextLexer
/ tests / test-merge-force.out
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Alexis S. L. Carvalho
add a test for a375ffc2aa1b
r6255 % local deleted a file, remote removed
Steve Borho
merge: give hint as to how to discover uncommitted changes...
r8545 abort: outstanding uncommitted changes (use 'hg status' to list changes)
Alexis S. L. Carvalho
add a test for a375ffc2aa1b
r6255 resolving manifests
removing a
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
(branch merge, don't forget to commit)
% should show a as removed
R a
% manifest. should not have a:
b