tests/test-doctest.py
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
Tue, 29 May 2007 15:30:40 +0200
changeset 4453 28778dc77a4b
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
gitweb: shortlog template: removed excessive whitespace, added title bar. The title bar is currently empty, this is just a preparation for filling it with content.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)