tests/test-doctest.py
author Brendan Cully <brendan@kublai.com>
Fri, 06 Jul 2007 09:15:17 -0700
changeset 4832 4f86c58c6c56
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)