tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 06 Feb 2007 15:54:58 -0200
changeset 4065 8ee983e3d461
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
fix strip'ping the second parent of a merge

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)