diff -r 377a111d1cd2 -r 308344d80fe5 tests/test-doctest.py --- a/tests/test-doctest.py Sat Feb 15 19:51:20 2014 +0900 +++ b/tests/test-doctest.py Fri Mar 21 16:09:17 2014 -0700 @@ -21,6 +21,7 @@ testmod('mercurial.minirst') testmod('mercurial.revset') testmod('mercurial.store') +testmod('mercurial.subrepo') testmod('mercurial.templatefilters') testmod('mercurial.ui') testmod('mercurial.url')