Mercurial > hg
diff tests/test-doctest.py @ 20840:308344d80fe5
subrepo: factor out Git version check to add doctests
Followup to 6a2acb0d9352::e5641536e4d5.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Fri, 21 Mar 2014 16:09:17 -0700 |
parents | 069bf1b821c8 |
children | 8dd17b19e722 |
line wrap: on
line diff
--- 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')