diff tests/test-doctest.py @ 20419:e61a8395c3c1

convert: make subversion revsplit more stable when meeting revisions without @ revsplit would crash for instance if given a subversion string without @ ... and that could somehow happen when playing around with convert.
author Mads Kiilerich <madski@unity3d.com>
date Fri, 07 Feb 2014 17:28:37 +0100
parents da99ebd35f00
children 069bf1b821c8
line wrap: on
line diff
--- a/tests/test-doctest.py	Thu Feb 06 14:57:25 2014 -0800
+++ b/tests/test-doctest.py	Fri Feb 07 17:28:37 2014 +0100
@@ -27,3 +27,4 @@
 testmod('mercurial.util', testtarget='platform')
 testmod('hgext.convert.cvsps')
 testmod('hgext.convert.filemap')
+testmod('hgext.convert.subversion')