tests/test-check-interfaces.py
changeset 46713 bc2519513ae0
parent 46711 a41565bef69f
child 46780 6266d19556ad
equal deleted inserted replaced
46712:e8c11a2c96c0 46713:bc2519513ae0
    83 
    83 
    84 # Facilitates testing localpeer.
    84 # Facilitates testing localpeer.
    85 class dummyrepo(object):
    85 class dummyrepo(object):
    86     def __init__(self):
    86     def __init__(self):
    87         self.ui = uimod.ui()
    87         self.ui = uimod.ui()
       
    88         self._wanted_sidedata = set()
    88 
    89 
    89     def filtered(self, name):
    90     def filtered(self, name):
    90         pass
    91         pass
    91 
    92 
    92     def _restrictcapabilities(self, caps):
    93     def _restrictcapabilities(self, caps):