view tests/test-doctest.py @ 5657:47915bf68c44

Properly check tag's existence as a local/global tag when removing it.
author Osku Salerma <osku@iki.fi>
date Sun, 09 Dec 2007 16:32:05 +0900
parents dcbda0c4c3eb
children b856071435f7
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)

import mercurial.util
doctest.testmod(mercurial.util)