diff -r b19291e5d506 -r 318a24b52eeb mercurial/streamclone.py --- a/mercurial/streamclone.py Thu Nov 03 17:31:14 2016 -0700 +++ b/mercurial/streamclone.py Mon Oct 17 23:16:55 2016 +0200 @@ -286,11 +286,11 @@ def consumev1(repo, fp, filecount, bytecount): """Apply the contents from version 1 of a streaming clone file handle. - This takes the output from "streamout" and applies it to the specified + This takes the output from "stream_out" and applies it to the specified repository. - Like "streamout," the status line added by the wire protocol is not handled - by this function. + Like "stream_out," the status line added by the wire protocol is not + handled by this function. """ with repo.lock(): repo.ui.status(_('%d files to transfer, %s of data\n') %