comparison mercurial/streamclone.py @ 30678:caf7e1c5efe4

py3: have a bytes version of shlex.split() shlex.split() only accepts unicodes on Python 3. After this patch we will be using pycompat.shlexsplit(). This patch also replaces existing occurences of shlex.split with pycompat.shlexsplit.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 25 Dec 2016 03:06:55 +0530
parents 318a24b52eeb
children 22fbca1d11ed
comparison
equal deleted inserted replaced
30677:c80c16a8a0b0 30678:caf7e1c5efe4