tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sat, 10 Mar 2007 23:00:49 -0300
changeset 4184 b1716a1f79c4
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
util._matcher: fix handling of path: patterns

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)