##// END OF EJS Templates
Update asciidoc instructions to suggest html4 for newer versions
Update asciidoc instructions to suggest html4 for newer versions

File last commit:

r4122:306055f5 default
r5048:8db8e110 default
Show More
test-doctest.py
7 lines | 112 B | text/x-python | PythonLexer
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)