Mercurial > public > mercurial-scm > hg-stable
diff hgext/extdiff.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 | aac816f584ad |
children | 48c38018bd77 |
line wrap: on
line diff
--- a/hgext/extdiff.py Fri May 29 03:43:08 2020 +0200 +++ b/hgext/extdiff.py Fri May 29 03:56:07 2020 +0200 @@ -233,7 +233,6 @@ ''' like 'procutil.system', but returns the Popen object directly so we don't have to wait on it. ''' - cmd = procutil.quotecommand(cmd) env = procutil.shellenviron(environ) proc = subprocess.Popen( procutil.tonativestr(cmd),