changeset 46713 | bc2519513ae0 |
parent 46202 | 5135b393884b |
child 46780 | 6266d19556ad |
--- a/mercurial/statichttprepo.py Thu Feb 18 18:18:35 2021 +0100 +++ b/mercurial/statichttprepo.py Fri Feb 19 10:53:27 2021 +0100 @@ -172,6 +172,7 @@ self.names = namespaces.namespaces() self.filtername = None self._extrafilterid = None + self._wanted_sidedata = set() try: requirements = set(self.vfs.read(b'requires').splitlines())