# HG changeset patch # User Martin von Zweigbergk # Date 2017-06-16 16:37:22 # Node ID 4c2a46f89f08724a5c5c74a90692c87593cb1156 # Parent 1858fc2327ef7b631941e37550738f1fc4217bfb wireproto: update reference to deleted addchangegroup() Thanks to Yuya for catching this. diff --git a/mercurial/wireproto.py b/mercurial/wireproto.py --- a/mercurial/wireproto.py +++ b/mercurial/wireproto.py @@ -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.