tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Wed, 07 Mar 2007 15:26:03 -0300
changeset 4162 b2d9e553cdc8
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
incoming/outgoing: print the name of the other repo

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)