Submitter | Augie Fackler |
---|---|
Date | April 13, 2017, 8:16 p.m. |
Message ID | <35afb54dbb4df2975dbb.1492114619@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/20182/ |
State | Accepted |
Headers | show |
Comments
On Thu, 13 Apr 2017 16:16:59 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler <augie@google.com> > # Date 1492109298 14400 > # Thu Apr 13 14:48:18 2017 -0400 > # Node ID 35afb54dbb4df2975dbbf0e1525b98611f18ba85 > # Parent f23d579a5a04e44f5e0370ba13ad20dd626e8ad7 > sshpeer: fix docstring typo Queued, thanks.
Patch
diff --git a/mercurial/sshpeer.py b/mercurial/sshpeer.py --- a/mercurial/sshpeer.py +++ b/mercurial/sshpeer.py @@ -62,7 +62,7 @@ class doublepipe(object): large read for data not yet emitted by the server. The main pipe is expected to be a 'bufferedinputpipe' from the util module - that handle all the os specific bites. This class lives in this module + that handle all the os specific bits. This class lives in this module because it focus on behavior specific to the ssh protocol.""" def __init__(self, ui, main, side):