--- a/hgext3rd/topic/topicmap.py Mon Mar 28 00:47:14 2016 -0700
+++ b/hgext3rd/topic/topicmap.py Mon Mar 21 21:38:56 2016 -0700
@@ -49,8 +49,8 @@
def copy(self):
"""return an deep copy of the branchcache object"""
- new = topiccache(self, self.tipnode, self.tiprev, self.filteredhash,
- self._closednodes)
+ new = topiccache(self, self.tipnode, self.tiprev, self.filteredhash,
+ self._closednodes)
if self.filteredhash is None:
self.filteredhash = nullid
new.phaseshash = self.phaseshash
@@ -168,7 +168,7 @@
last, lrev = bin(last), int(lrev)
filteredhash = bin(cachekey[2]) # [CHANGE] unconditional filteredhash
partial = topiccache(tipnode=last, tiprev=lrev,
- filteredhash=filteredhash)
+ filteredhash=filteredhash)
partial.phaseshash = bin(cachekey[3]) # [CHANGE] read phaseshash
if not partial.validfor(repo):
# invalidate the cache