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

r11513:0c944b7a stable
r12066:d01e2865 default
Show More
test-mq-qrename.out
10 lines | 144 B | text/plain | TextLexer
/ tests / test-mq-qrename.out
Brendan Cully
Make qrename handle directory targets; closes #333.
r3083 adding base
foo/renamed
renamed
bar/renamed
renamed
baz
.hg/patches/baz
Yuya Nishihara
mq: fixed ENOENT when qrename to new/directory.patch...
r11513 new/dir
.hg/patches/new/dir
Patrick Mezard
test-mq-qrename: test added patch renaming
r6649 % test patch being renamed before committed