mercurial/repository.py
changeset 37650 62ebfda864de
parent 37649 a168799687e5
child 37810 856f381ad74b
equal deleted inserted replaced
37649:a168799687e5 37650:62ebfda864de
   282         called commands until they are told to send them and that each
   282         called commands until they are told to send them and that each
   283         command executor could result in a new connection or wire-level request
   283         command executor could result in a new connection or wire-level request
   284         being issued.
   284         being issued.
   285         """
   285         """
   286 
   286 
   287 class ipeerbase(ipeerconnection, ipeercapabilities, ipeercommands,
   287 class ipeerbase(ipeerconnection, ipeercapabilities, ipeerrequests):
   288                 ipeerrequests):
       
   289     """Unified interface for peer repositories.
   288     """Unified interface for peer repositories.
   290 
   289 
   291     All peer instances must conform to this interface.
   290     All peer instances must conform to this interface.
   292     """
   291     """
   293 
   292