##// END OF EJS Templates
convert: Fix bug of limit_arglist() loosing file on limit boundary.
convert: Fix bug of limit_arglist() loosing file on limit boundary.

File last commit:

r5525:dcbda0c4 default
r5806:a3a380af 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)