tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Tue, 19 Dec 2006 08:59:41 -0600
changeset 3932 e0793314360e
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
writebundle: overwrite existing bundle file

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)