tests/test-doctest.py
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 29 Oct 2006 10:53:51 +0100
changeset 3578 3b4e00cba57a
parent 3224 394ac87f3b74
child 4122 306055f5b65c
permissions -rw-r--r--
Define and use nullrev (revision of nullid) instead of -1.

#!/usr/bin/env python
#

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)