view tests/test-doctest.py @ 4259:bda63383d529

Make import opportunistically use merge information
author Brendan Cully <brendan@kublai.com>
date Wed, 21 Mar 2007 14:06:25 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)