##// END OF EJS Templates
fix 'hg <not-log> -v --template foo' with revisions without copies
fix 'hg <not-log> -v --template foo' with revisions without copies

File last commit:

r4122:306055f5 default
r4351:3380eb6d 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)