##// END OF EJS Templates
merge with mpm
Dirkjan Ochtman -
r9473:ffaf6074 merge default
parent child Browse files
Show More
@@ -22,6 +22,7 b' from common import NoRepo, MissingTool, '
22 from common import commandline, converter_source, converter_sink, mapfile
22 from common import commandline, converter_source, converter_sink, mapfile
23
23
24 try:
24 try:
25 raise "SVN support disabled due to license incompatibility"
25 from svn.core import SubversionException, Pool
26 from svn.core import SubversionException, Pool
26 import svn
27 import svn
27 import svn.client
28 import svn.client
General Comments 0
You need to be logged in to leave comments. Login now