--- a/hgext3rd/topic/topicmap.py Tue Aug 30 14:12:49 2016 -0700
+++ b/hgext3rd/topic/topicmap.py Tue Aug 30 14:10:16 2016 -0700
@@ -127,7 +127,7 @@
if fh is None:
fh = nullid
if ((self.filteredhash == fh)
- and (self.phaseshash == _phaseshash(repo, self.tiprev))):
+ and (self.phaseshash == _phaseshash(repo, self.tiprev))):
return True
return False
except IndexError:
--- a/setup.cfg Tue Aug 30 14:12:49 2016 -0700
+++ b/setup.cfg Tue Aug 30 14:10:16 2016 -0700
@@ -1,2 +1,2 @@
[flake8]
-ignore = E261, E266, E302, E129, E731, E124, E713, E301, E501, E111, E123, E222, W503, E127
+ignore = E261, E266, E302, E129, E731, E124, E713, E301, E501, E111, E123, E222, W503