##// END OF EJS Templates
tests: conditionalize output for Python 3...
tests: conditionalize output for Python 3 It appears that the random.randint() behavior is different between Python 2 and Python 3. So make the test conditional on that. This makes the test pass on Python 3.7 (and presumably other Python 3 versions). Differential Revision: https://phab.mercurial-scm.org/D6964

File last commit:

r33584:b2c27d84 stable
r43344:9cc55b74 default
Show More
.arcconfig
6 lines | 148 B | text/plain | TextLexer
{
"conduit_uri": "https://phab.mercurial-scm.org/api",
"repository.callsign": "HG",
"arc.land.onto.default": "@",
"base": "hg:.^"
}