mercurial/statichttprepo.py
changeset 32730 b8ff7d0ff361
parent 31241 591fda751c6b
child 33389 7e89bd0cfb86
--- a/mercurial/statichttprepo.py	Thu Jun 08 21:54:30 2017 -0700
+++ b/mercurial/statichttprepo.py	Thu Jun 08 23:23:37 2017 -0700
@@ -127,6 +127,7 @@
         self._phasedefaults = []
 
         self.names = namespaces.namespaces()
+        self.filtername = None
 
         try:
             requirements = scmutil.readrequires(self.vfs, self.supported)