tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Mon, 11 Jun 2007 21:09:24 -0500
changeset 4554 9dbabb9d466c
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
dispatch: use the repo path found by early parsing This lets us simplify things a bit.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)