view tests/test-doctest.py @ 5407:d7e7902bb190

Fix workingctx exec/link bit of copies on non-supporting systems
author Patrick Mezard <pmezard@gmail.com>
date Sun, 07 Oct 2007 15:07:35 +0200
parents 167c422c745f
children
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)

import mercurial.httprepo
doctest.testmod(mercurial.httprepo)