tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Jun 2007 15:28:17 +0200
changeset 4726 f6e961c0155b
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Fix and test 'hg backout' without or with too many revisions.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)