view tests/test-doctest.py @ 3958:2b87d3c5ab8e

convert-repo: add option to attempt to sort by date
author Matt Mackall <mpm@selenic.com>
date Fri, 22 Dec 2006 17:59:40 -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)