tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 10 Mar 2007 23:00:47 -0300
changeset 4187 01c4ea5e788c
parent 4122 306055f5b65c
child 5066 167c422c745f
permissions -rw-r--r--
A 'glob:foo?bar' pattern determines a root - the tree root

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)