##// END OF EJS Templates
test-manifest: test symlink and exec bit display
test-manifest: test symlink and exec bit display

File last commit:

r5066:167c422c default
r5406:f11554a0 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)