Mercurial > hg
changeset 9457:f3f400b13984
convert: disable SVN support due to library license incompatibility
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 23 Sep 2009 00:23:50 -0500 |
parents | c564dbb2a6d5 |
children | ffaf6074d1bd |
files | hgext/convert/subversion.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/subversion.py Thu Sep 17 21:52:08 2009 +0200 +++ b/hgext/convert/subversion.py Wed Sep 23 00:23:50 2009 -0500 @@ -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