tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 09 Dec 2006 14:19:52 +0100
changeset 3841 aaeb7f5d1052
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Show the destionation for clone if not specified manually.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)