Mercurial > hg
view tests/test-doctest.py @ 3852:8a9a1a7e1698
create the encode and decode functions for the store
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Sun, 10 Dec 2006 00:07:02 +0100 |
parents | 394ac87f3b74 |
children | 306055f5b65c |
line wrap: on
line source
#!/usr/bin/env python # import doctest import mercurial.changelog # test doctest from changelog doctest.testmod(mercurial.changelog)