tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Fri, 22 Dec 2006 17:59:34 -0600
changeset 3954 fad134931327
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
convert-repo: add basic CVS import support

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)