view tests/test-doctest.py @ 3879:9c8488490724

Set charset encoding for hgwebdir, too. (And remove extra spaces in the corresponding place in hgweb)
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 14 Dec 2006 16:07:29 +0100
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)