Mercurial > hg
view tests/test-doctest.py @ 4852:edd07be943dd
hgwebdir: check for repo foo before browsing subdirectories of foo/
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Sat, 07 Jul 2007 21:55:56 -0700 |
parents | 306055f5b65c |
children | 167c422c745f |
line wrap: on
line source
import doctest import mercurial.changelog # test doctest from changelog doctest.testmod(mercurial.changelog)