tests/test-doctest.py
author Matt Mackall <mpm@selenic.com>
Mon, 23 Jul 2007 20:44:08 -0500
changeset 4995 e45fc5d03798
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
manifest: speed up creation of the manifestdict - fold iteration and rawset into parse - avoid creating extra new strings with [:] where possible - speed up node.bin

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)