tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Thu, 08 Mar 2007 16:12:52 -0600
changeset 4163 fe41d9a186ab
parent 4122 306055f5b65c
child 5066 167c422c745f
permissions -rw-r--r--
Allow disabling store format to work with absurdly long filenames

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)