##// END OF EJS Templates
keyword: mimic cmdutil.bail_if_changed even more...
keyword: mimic cmdutil.bail_if_changed even more At the check before overwriting with kwexpand, kwshrink: - abort when in middle of merge - give terser abort message

File last commit:

r5525:dcbda0c4 default
r6672:6004eedb default
Show More
test-doctest.py
12 lines | 229 B | text/x-python | PythonLexer
import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)
import mercurial.httprepo
doctest.testmod(mercurial.httprepo)
import mercurial.util
doctest.testmod(mercurial.util)