view tests/test-doctest.py @ 3603:ef9c515836ae

zsh: compute repository root instead of forking hg
author Brendan Cully <brendan@kublai.com>
date Tue, 31 Oct 2006 16:35:44 -0800
parents 394ac87f3b74
children 306055f5b65c
line wrap: on
line source

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)