diff tests/test-doctest.py @ 7097:d4218edd55bd

convert: fix builtin cvsps under Windows Drafted and reviewed by Frank Kingswood <frank@kingswood-consulting.co.uk>.
author Patrick Mezard <pmezard@gmail.com>
date Mon, 13 Oct 2008 17:31:03 +0100
parents 967adcf5910d
children 67ba74938b15
line wrap: on
line diff
--- a/tests/test-doctest.py	Wed Oct 15 01:14:29 2008 +0200
+++ b/tests/test-doctest.py	Mon Oct 13 17:31:03 2008 +0100
@@ -14,3 +14,6 @@
 
 import mercurial.util
 doctest.testmod(mercurial.util)
+
+import hgext.convert.cvsps
+doctest.testmod(hgext.convert.cvsps)