##// END OF EJS Templates
debugsvnlog call had too many quotes (found by Edouard Gomez)
debugsvnlog call had too many quotes (found by Edouard Gomez)

File last commit:

r5066:167c422c default
r5144:07735e2d default
Show More
test-doctest.py
9 lines | 174 B | text/x-python | PythonLexer
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)
import mercurial.httprepo
doctest.testmod(mercurial.httprepo)