tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 20 Nov 2006 19:32:36 -0200
changeset 3694 c0b1a0c72c7d
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
renamedbetween: only return (file, node) pairs that exist in the original rev

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)