view tests/test-doctest.py @ 3911:fe075ddf3272

convert-repo: avoid adding bogus value to shamap on tag update
author Matt Mackall <mpm@selenic.com>
date Sat, 16 Dec 2006 14:41:34 -0600
parents 394ac87f3b74
children 306055f5b65c
line wrap: on
line source

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)