view tests/test-doctest.py @ 4834:845e0071b704

Sort changelog extra dict to avoid possible nondeterminism
author Brendan Cully <brendan@kublai.com>
date Fri, 06 Jul 2007 10:22:22 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)