view tests/test-doctest.py @ 4164:fe41d9a186ab

Allow disabling store format to work with absurdly long filenames
author Matt Mackall <mpm@selenic.com>
date Thu, 08 Mar 2007 16:12:52 -0600
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)