Mercurial > hg
changeset 32880:4c2a46f89f08
wireproto: update reference to deleted addchangegroup()
Thanks to Yuya for catching this.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 16 Jun 2017 09:37:22 -0700 |
parents | 1858fc2327ef |
children | f65786a02922 |
files | mercurial/wireproto.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/wireproto.py Thu Jun 15 13:02:58 2017 +0200 +++ b/mercurial/wireproto.py Fri Jun 16 09:37:22 2017 -0700 @@ -411,7 +411,7 @@ 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.