wireproto: update reference to deleted addchangegroup()

Thanks to Yuya for catching this.
This commit is contained in:
Martin von Zweigbergk 2017-06-16 09:37:22 -07:00
parent 6b02ddc020
commit dc0d2c3515

View File

@ -411,7 +411,7 @@ class wirepeer(peer.peerrepository):
remote server as a bundle.
When pushing a bundle10 stream, return an integer indicating the
result of the push (see localrepository.addchangegroup()).
result of the push (see changegroup.apply()).
When pushing a bundle20 stream, return a bundle20 stream.