view tests/test-doctest.py @ 4797:09dae950919f

convert: svn: autodetect /branches, /tags, /trunk. Various other branch handling improvement attempts too.
author Brendan Cully <brendan@kublai.com>
date Tue, 03 Jul 2007 19:26:41 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)