tests/test-doctest.py
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 24 Apr 2007 11:46:15 -0700
changeset 4371 abeb3edb2b4e
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
dirstate: make parents() faster. This allows localrepository.status() to avoid reading all but the first 40 bytes of the dirstate in the common case of running "hg status".

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)