tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Sun, 10 Dec 2006 00:44:52 -0600
changeset 3846 18855084b922
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Make debuginstall actually attempt to use external patch and merge This will catch some tricky problems with tools and setup.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)