view tests/test-doctest.py @ 4383:1bcf38111877

Update copyright year and change to range
author Lee Cantey <lcantey@gmail.com>
date Fri, 27 Apr 2007 16:04:17 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)