view tests/test-doctest.py @ 3629:adbf440a81e0

zsh: typo in commit completion
author Brendan Cully <brendan@kublai.com>
date Thu, 09 Nov 2006 14:44:17 -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)