##// END OF EJS Templates
subrepo: prefetch ctx.repo() for efficiency and centralization...
subrepo: prefetch ctx.repo() for efficiency and centralization 'subrepo.state()' refers same 'ctx.repo()' in many places and times.

File last commit:

r8936:1de6e7e1 default
r25768:7a9ef860 default
Show More
README
7 lines | 144 B | text/plain | TextLexer
To run the tests, do:
cd tests/
python run-tests.py
See http://mercurial.selenic.com/wiki/WritingTests for
more information on writing tests.