tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 08 Dec 2006 01:36:50 -0200
changeset 3824 3674ca805a5b
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
log: convert branch names to the local encoding

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)