tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 16 Apr 2007 13:00:23 -0300
changeset 4350 3380eb6d7c32
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
fix 'hg <not-log> -v --template foo' with revisions without copies

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)