Mercurial > hg
view tests/test-doctest.py @ 5484:07bdb5e5d08c
Update convert help text
Add Mercurial as a source format, clarify that the include directive triggers the exclusion of all not explicitely included files/dirs and use MAPFILE instead of revmapfile in the text, following the short message convention.
author | "Rafael Villar Burke <pachi@rvburke.com>" |
---|---|
date | Fri, 02 Nov 2007 20:09:21 +0100 |
parents | 167c422c745f |
children | dcbda0c4c3eb |
line wrap: on
line source
import doctest import mercurial.changelog # test doctest from changelog doctest.testmod(mercurial.changelog) import mercurial.httprepo doctest.testmod(mercurial.httprepo)