Mercurial > hg
view tests/test-doctest.py @ 4227:f5b9edf3390b
hgweb.unbundle: call req.httphdr only after the last possible call to bail
author | Alexis S. L. Carvalho <alexis@cecm.usp.br> |
---|---|
date | Sun, 22 Oct 2006 13:54:43 -0300 |
parents | 306055f5b65c |
children | 167c422c745f |
line wrap: on
line source
import doctest import mercurial.changelog # test doctest from changelog doctest.testmod(mercurial.changelog)