view tests/test-doctest.py @ 5023:7f5c3fb0a37d

localrepo.commit: only munge comment text if committing via dirstate
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 26 Jul 2007 14:47:31 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)