Mercurial > public > mercurial-scm > hg
diff tests/test-doctest.py @ 20799:069bf1b821c8
clone: add doctest for default destination
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 22 Mar 2014 00:46:08 +0900 |
parents | e61a8395c3c1 |
children | 308344d80fe5 |
line wrap: on
line diff
--- a/tests/test-doctest.py Thu Mar 20 09:55:44 2014 -0700 +++ b/tests/test-doctest.py Sat Mar 22 00:46:08 2014 +0900 @@ -15,6 +15,7 @@ testmod('mercurial.dagparser', optionflags=doctest.NORMALIZE_WHITESPACE) testmod('mercurial.dispatch') testmod('mercurial.encoding') +testmod('mercurial.hg') testmod('mercurial.hgweb.hgwebdir_mod') testmod('mercurial.match') testmod('mercurial.minirst')