tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Tue, 24 Oct 2006 16:49:36 -0500
changeset 3502 8dc14d630b29
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
add branch and branches commands

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)