tests/test-doctest.py
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Sun, 05 Aug 2007 23:04:56 -0300
changeset 5080 b304c2496f52
parent 4122 306055f5b65c
child 5081 167c422c745f
permissions -rw-r--r--
dirstate: fix rebuild; add a test If rebuild calls invalidate, it will just queue a (re)read of the dirstate file, while what we really want is to empty the current state.

import doctest

import mercurial.changelog
# test doctest from changelog

doctest.testmod(mercurial.changelog)