tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Jun 2007 22:38:57 +0200
changeset 4730 eadfaa9ec487
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Updated command tables in commands.py and hgext extensions. - Marked for translation where extensions already had _() - Corrected indentation - fixed a few synopsises

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)