view tests/test-doctest.py @ 5069:35f67dd712d0

convert: svn: ensure leading / is removed from paths in _find_children (broken in 2bd996d0aaf8)
author Brendan Cully <brendan@kublai.com>
date Sat, 04 Aug 2007 18:02:37 -0700
parents 306055f5b65c
children 167c422c745f
line wrap: on
line source

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)