tests/test-doctest.py
author Emanuele Aina <faina.mail@tiscali.it>
Tue, 06 Mar 2007 17:45:40 -0300
changeset 4147 691f9168a815
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Make the purge extension use the statwalk walker from the dirstate object

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)