mercurial/branchmap.py
changeset 41759 aaad36b88298
parent 41718 a87ca1d7e61d
child 41797 68bbcc70e274
--- a/mercurial/branchmap.py	Sun Jan 13 20:13:22 2019 -0500
+++ b/mercurial/branchmap.py	Wed Feb 20 19:28:51 2019 -0500
@@ -229,7 +229,7 @@
         - True when cache is up to date or a subset of current repo."""
         try:
             return ((self.tipnode == repo.changelog.node(self.tiprev))
-                    and (self.filteredhash == \
+                    and (self.filteredhash ==
                          scmutil.filteredhash(repo, self.tiprev)))
         except IndexError:
             return False