##// END OF EJS Templates
summary: fix type of empty unresolved list...
summary: fix type of empty unresolved list It was okay because tested as a boolean prior to calling len(), but looked incorrect.

File last commit:

r26421:4b0fc75f default
r33413:a3390279 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.