Mercurial > hg
changeset 9473:ffaf6074d1bd
merge with mpm
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 23 Sep 2009 15:19:26 +0200 |
parents | a15813fae0a8 (current diff) f3f400b13984 (diff) |
children | a0e69510018b |
files | hgext/convert/subversion.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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