Mercurial > public > mercurial-scm > hg-stable
diff mercurial/sshpeer.py @ 44926:8e8fd938ca07
cleanup: eliminate procutil.quotecommand()
After some compatibility code was removed, the function was the identity
function on all platforms.
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Fri, 29 May 2020 03:56:07 +0200 |
parents | 5d77f571a563 |
children | 89a2afe31e82 |
line wrap: on
line diff
--- a/mercurial/sshpeer.py Fri May 29 03:43:08 2020 +0200 +++ b/mercurial/sshpeer.py Fri May 29 03:56:07 2020 +0200 @@ -179,7 +179,6 @@ ) ui.debug(b'running %s\n' % cmd) - cmd = procutil.quotecommand(cmd) # no buffer allow the use of 'select' # feel free to remove buffering and select usage when we ultimately