##// END OF EJS Templates
Ignore all errors while parsing the branch cache.
Ignore all errors while parsing the branch cache.

File last commit:

r3232:394ac87f default
r3761:9433bdca default
Show More
test-doctest.py
10 lines | 137 B | text/x-python | PythonLexer
#!/usr/bin/env python
#
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)