##// END OF EJS Templates
Removed trailing whitespace and tabs from python files
Removed trailing whitespace and tabs from python files

File last commit:

r4122:306055f5 default
r4516:96d8a56d default
Show More
test-doctest.py
7 lines | 112 B | text/x-python | PythonLexer
Benoit Boissinot
[extendedchangelog] encode/decode function...
r3232 import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)