mercurial/statichttprepo.py
changeset 47225 d00177d08139
parent 46907 ffd3e823a7e5
child 48668 4a9570e389b2
--- a/mercurial/statichttprepo.py	Mon May 03 12:29:30 2021 +0200
+++ b/mercurial/statichttprepo.py	Mon May 03 12:29:41 2021 +0200
@@ -177,6 +177,7 @@
         self.filtername = None
         self._extrafilterid = None
         self._wanted_sidedata = set()
+        self.features = set()
 
         try:
             requirements = set(self.vfs.read(b'requires').splitlines())