changeset 23139 | e53f6b72a0e4 |
parent 23009 | 90f86ad3d4ff |
child 23591 | 414374cfb531 |
--- a/mercurial/wireproto.py Sun Nov 02 13:08:46 2014 +0900 +++ b/mercurial/wireproto.py Thu Apr 17 22:47:38 2014 +0200 @@ -827,7 +827,7 @@ r = exchange.unbundle(repo, gen, their_heads, 'serve', proto._client()) if util.safehasattr(r, 'addpart'): - # The return looks streameable, we are in the bundle2 case and + # The return looks streamable, we are in the bundle2 case and # should return a stream. return streamres(r.getchunks()) return pushres(r)