Mercurial > hg
view tests/test-doctest.py @ 3829:531c116b2028
Add doc notes about revert and hg status vs diff
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 08 Dec 2006 14:55:45 -0600 |
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)