view tests/test-doctest.py @ 3796:a0d0d24c4e71

Removed unused parameters/options of update command.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 05 Dec 2006 22:46:36 +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)