hgkw/__init__.py
author Adrian Buehlmann <adrian@cadifra.com>
Fri, 08 Jun 2012 15:11:05 +0200
branchstable
changeset 1088 e2d5315a6e38
parent 0 41c7e55cd9e9
permissions -rw-r--r--
tests/run-tests: use $TMP on Windows (issue3490) This is just a short-term workaround for that issue. More work needs to be done on scmutil.canonpath & friends. $TMP on Windows is specified to be defined, and it has correct casing, so we can use that as the default dir for tempfile.mkdtemp on Windows. [ original upstream message ]