tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 11 Oct 2006 20:59:37 +0200
changeset 3362 887da2247b57
parent 3232 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
hgweb: Keep session variables (currently only style) in HTML forms, too. Adjusted default and gitweb template for this.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)