view tests/test-doctest.py @ 4785:a67f185d0474

convert: svn: use a separate mempool for each ls in the 1.4 fallback path
author Brendan Cully <brendan@kublai.com>
date Tue, 03 Jul 2007 10:55:46 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)