tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 19 Jun 2007 08:51:34 +0200
changeset 4635 63b9d2deed48
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Updated copyright notices and add "and others" to "hg version"

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)