##// END OF EJS Templates
Remove undo log after mq operations that rollback would break
Remove undo log after mq operations that rollback would break

File last commit:

r4122:306055f5 default
r4207:b7e66db2 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)