Submitter | phabricator |
---|---|
Date | Feb. 15, 2021, 9:42 p.m. |
Message ID | <differential-rev-PHID-DREV-6zarf7uqm5hrlk46sps5-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48310/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/mercurial/sshpeer.py b/mercurial/sshpeer.py --- a/mercurial/sshpeer.py +++ b/mercurial/sshpeer.py @@ -434,7 +434,7 @@ return True def close(self): - pass + self._cleanup() # End of ipeerconnection interface.