Mercurial > public > mercurial-scm > hg
view tests/test-doctest.py @ 5199:94e77a174f55
Quote ^ and ~ chars in test-parentrevspec.
At least ^ causes problems on some sh implementations.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 18 Aug 2007 20:21:14 +0200 |
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)