diff -r db8037e38085 -r a4c19a162615 mercurial/sshpeer.py --- a/mercurial/sshpeer.py Mon Feb 15 14:40:17 2021 -0500 +++ b/mercurial/sshpeer.py Mon Feb 15 14:48:36 2021 -0500 @@ -175,10 +175,7 @@ # to deadlocks due to a peer get gc'ed in a fork # We add our own stack trace, because the stacktrace when called # from __del__ is useless. - if False: # enabled in next commit - ui.develwarn( - b'missing close on SSH connection created at:\n%s' % warn - ) + ui.develwarn(b'missing close on SSH connection created at:\n%s' % warn) def _makeconnection(ui, sshcmd, args, remotecmd, path, sshenv=None):