Mercurial > public > mercurial-scm > hg-stable
diff mercurial/streamclone.py @ 30342:318a24b52eeb
spelling: fixes of non-dictionary words
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 17 Oct 2016 23:16:55 +0200 |
parents | 519a02267f90 |
children | 22fbca1d11ed |
line wrap: on
line diff
--- 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') %