mercurial/wireprotov1peer.py
changeset 37650 62ebfda864de
parent 37649 a168799687e5
child 37669 1cb54e6193a6
equal deleted inserted replaced
37649:a168799687e5 37650:62ebfda864de
   306             except Exception:
   306             except Exception:
   307                 f.set_exception_info(*sys.exc_info()[1:])
   307                 f.set_exception_info(*sys.exc_info()[1:])
   308             else:
   308             else:
   309                 f.set_result(result)
   309                 f.set_result(result)
   310 
   310 
   311 @zi.implementer(repository.ipeerlegacycommands)
   311 @zi.implementer(repository.ipeercommands, repository.ipeerlegacycommands)
   312 class wirepeer(repository.peer):
   312 class wirepeer(repository.peer):
   313     """Client-side interface for communicating with a peer repository.
   313     """Client-side interface for communicating with a peer repository.
   314 
   314 
   315     Methods commonly call wire protocol commands of the same name.
   315     Methods commonly call wire protocol commands of the same name.
   316 
   316