hgkw/__init__.py
author Siddharth Agarwal <sid0@fb.com>
Wed, 19 Feb 2014 21:32:14 -0800
branchstable
changeset 1343 958582800276
parent 0 41c7e55cd9e9
permissions -rw-r--r--
run-tests.py: work when --with-hg is set to system hg Previously we'd always assume that --with-hg is a script in a user directory, and would write out a 'python' symlink to the same location. That didn't work if --with-hg was set to a system installation of hg, e.g. /usr/bin/hg. Introduce a TMPBINDIR directory which is used to write out the python symlink. [ original upstream message ]