changeset 19837 | c38eaeb3b45e |
parent 18644 | 3e92772d5383 |
child 19838 | 23386881abeb |
--- a/mercurial/branchmap.py Tue Oct 01 00:12:34 2013 +0900 +++ b/mercurial/branchmap.py Mon Sep 30 15:52:37 2013 +0200 @@ -210,8 +210,8 @@ if not nodes: droppednodes.extend(nodes) del self[branch] + if ((not self.validfor(repo)) or (self.tipnode in droppednodes)): - # cache key are not valid anymore self.tipnode = nullid self.tiprev = nullrev