##// END OF EJS Templates
update test-debugcomplete
update test-debugcomplete

File last commit:

r3232:394ac87f default
r3782:a8725ae1 default
Show More
test-doctest.py
10 lines | 137 B | text/x-python | PythonLexer
#!/usr/bin/env python
#
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)