##// END OF EJS Templates
test-convert-git: support older git client (1.4.4.4)
test-convert-git: support older git client (1.4.4.4)

File last commit:

r5066:167c422c default
r5369:8ab7de07 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)