comparison mercurial/templates/map-cmdline.changelog @ 30612:d623cc6b3742

py3: replace os.pathsep with pycompat.ospathsep os.pathsep returns unicode on Python 3. We already have pycompat.ospathsep which return bytes on Python 3. This patch replaces all the occurrences of os.pathsep in the codebase (excluding tests) to pycompat.ospathsep.
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 17 Dec 2016 19:47:17 +0530
parents f91e5630ce7e
children f4aeb952ab77
comparison
equal deleted inserted replaced
30611:cbc61b1b52ea 30612:d623cc6b3742