##// END OF EJS Templates
revset: for x^2, do not take null as a valid p2 revision...
revset: for x^2, do not take null as a valid p2 revision Since we don't count null p2 revision as a parent, x^2 should never return null even if null is explicitly populated.

File last commit:

r26421:4b0fc75f default
r30179:cdef35b3 default
Show More
README
7 lines | 141 B | text/plain | TextLexer
To run the tests, do:
cd tests/
python run-tests.py
See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.