diff -r 5258bffdb1d6 -r 8e8fd938ca07 mercurial/windows.py --- a/mercurial/windows.py Fri May 29 03:43:08 2020 +0200 +++ b/mercurial/windows.py Fri May 29 03:56:07 2020 +0200 @@ -474,11 +474,6 @@ return pycompat.maplist(_unquote, pycompat.shlexsplit(s, posix=False)) -def quotecommand(cmd): - """Build a command string suitable for os.popen* calls.""" - return cmd - - # if you change this stub into a real check, please try to implement the # username and groupname functions above, too. def isowner(st):