##// END OF EJS Templates
branchmap: fix blank line position...
Pierre-Yves David -
r19837:c38eaeb3 default
parent child Browse files
Show More
@@ -210,8 +210,8 b' class branchcache(dict):'
210 210 if not nodes:
211 211 droppednodes.extend(nodes)
212 212 del self[branch]
213
213 214 if ((not self.validfor(repo)) or (self.tipnode in droppednodes)):
214
215 215 # cache key are not valid anymore
216 216 self.tipnode = nullid
217 217 self.tiprev = nullrev
General Comments 0
You need to be logged in to leave comments. Login now