##// END OF EJS Templates
warn about new heads on commit (issue842)
warn about new heads on commit (issue842)

File last commit:

r5525:dcbda0c4 default
r6336:4b0c9c67 default
Show More
test-doctest.py
12 lines | 229 B | text/x-python | PythonLexer
Benoit Boissinot
[extendedchangelog] encode/decode function...
r3232 import doctest
import mercurial.changelog
# test doctest from changelog
doctest.testmod(mercurial.changelog)
Alexis S. L. Carvalho
httprepo: quote the path part of the URL...
r5066 import mercurial.httprepo
doctest.testmod(mercurial.httprepo)
Manuel Holtgrewe
Do not display passwords with pull/push/incoming/outgoing...
r5525
import mercurial.util
doctest.testmod(mercurial.util)