merge with mpm
authorDirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 23 Sep 2009 15:19:26 +0200
changeset 9473 ffaf6074d1bd
parent 9472 a15813fae0a8 (current diff)
parent 9457 f3f400b13984 (diff)
child 9476 a0e69510018b
merge with mpm
hgext/convert/subversion.py
--- a/hgext/convert/subversion.py	Tue Sep 22 13:30:32 2009 +0200
+++ b/hgext/convert/subversion.py	Wed Sep 23 15:19:26 2009 +0200
@@ -22,6 +22,7 @@
 from common import commandline, converter_source, converter_sink, mapfile
 
 try:
+    raise "SVN support disabled due to license incompatibility"
     from svn.core import SubversionException, Pool
     import svn
     import svn.client