tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 20 Nov 2006 19:32:42 -0200
changeset 3699 4bafcf7aeb32
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
qrefresh: fix handling of added files (including copies) in the slow path

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)