topicmap: whitespace
authorSean Farley <sean@farley.io>
Mon, 21 Mar 2016 21:38:56 -0700
changeset 1928 be0bc9dcb930
parent 1927 cf33ba7fbf4b
child 1929 99f983e8e18f
topicmap: whitespace
hgext3rd/topic/topicmap.py
--- 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