tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 03 Jul 2007 12:45:33 +0200
changeset 4781 62c56d8f368b
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Fix revlog.children so the real children of the null revision can be calculated.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)