view tests/test-doctest.py @ 3513:da9506fe2710

Remove some old documentation that belongs on the wiki
author Matt Mackall <mpm@selenic.com>
date Wed, 25 Oct 2006 16:25:44 -0500
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)