mercurial/pure/__init__.py
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 19 Dec 2016 02:15:24 +0530
changeset 30641 16b5df5792a8
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
py3: replace sys.platform with pycompat.sysplatform (part 1 of 2) sys.platform returns unicode on python 3 world. Our code base has most of the things bytes because of the transformer. So we have a bytes version of this as pycompat.sysplatform. This series of 2 patches replaces occurences of sys.platform with pycompat.sysplatform.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: