view tests/test-doctest.py @ 3285:c05b0cc6b148

Corrected typo in date format, found by Rob Landley.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 07 Oct 2006 22:02:56 +0200
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)