tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 27 Jun 2007 20:37:33 +0200
changeset 4732 b0520e3903fe
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
Disallow short earlygetop option combined with other short options While "hg commit -qRfoo" can be read as "--quiet --repository foo", "hg commit -mRfoo" should be "--message Rfoo".

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)