mercurial/repository.py
changeset 37630 e1b32dc4646c
parent 37629 fa0382088993
child 37633 33a6eee08db2
equal deleted inserted replaced
37629:fa0382088993 37630:e1b32dc4646c
   276         called commands until they are told to send them and that each
   276         called commands until they are told to send them and that each
   277         command executor could result in a new connection or wire-level request
   277         command executor could result in a new connection or wire-level request
   278         being issued.
   278         being issued.
   279         """
   279         """
   280 
   280 
   281 class ipeerbase(ipeerconnection, ipeercapabilities, ipeercommands):
   281 class ipeerbase(ipeerconnection, ipeercapabilities, ipeercommands,
       
   282                 ipeerrequests):
   282     """Unified interface for peer repositories.
   283     """Unified interface for peer repositories.
   283 
   284 
   284     All peer instances must conform to this interface.
   285     All peer instances must conform to this interface.
   285     """
   286     """
   286     def iterbatch():
   287     def iterbatch():