tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 20 Nov 2006 19:32:43 -0200
changeset 3700 4c158de5f245
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
qrefresh: fix handling of copies in the fast path

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)