##// END OF EJS Templates
dirstate._dirs: fix refcounting broken by 7dfac37cfabf...
dirstate._dirs: fix refcounting broken by 7dfac37cfabf reported by Patrick Waugh

File last commit:

r7078:967adcf5 default
r7096:6dab29f6 default
Show More
test-doctest.py
16 lines | 371 B | text/x-python | PythonLexer
# this is hack to make sure no escape characters are inserted into the output
import os;
if 'TERM' in os.environ:
del os.environ['TERM']
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)