Mercurial > hg
view tests/test-doctest.py @ 6674:3101e30fd762
update: add "(nobackup)" to help text of option --clean
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Wed, 11 Jun 2008 11:00:01 +0200 |
parents | dcbda0c4c3eb |
children | b856071435f7 |
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) import mercurial.util doctest.testmod(mercurial.util)