tests/test-merge-symlinks.hg
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Wed, 01 Dec 2010 21:46:08 +0100
changeset 13082 4db5bfea1b07
parent 5408 36794dbe66a3
permissions -rw-r--r--
demandimport: change default for level from None to -1 The Python default for this function is -1, indicating both relative and absolute imports should be used.[1] Previously, we relied on the Python VM not passing level when such semantics were requisted. This is not the case for PyPy, however, where a level of -1 is always passed to __import__. [1] <http://docs.python.org/library/functions.html#__import__>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5408
36794dbe66a3 Test workingctx exec/link bit for copies.
Patrick Mezard <pmezard@gmail.com>
parents:
diff changeset
     1
(binary:application/octet-stream)