hgext/infinitepush/__init__.py
changeset 37195 3be6f435db4f
parent 37194 320b1f95f676
child 37196 14acab54e08b
--- a/hgext/infinitepush/__init__.py	Fri Feb 09 13:36:50 2018 +0530
+++ b/hgext/infinitepush/__init__.py	Fri Feb 09 13:50:16 2018 +0530
@@ -799,9 +799,6 @@
             raise error.Abort(_('default repository not configured!'),
                              hint=_("see 'hg help config.paths'"))
         destpath = path.pushloc or path.loc
-        if destpath.startswith('svn+') and scratchpush:
-            raise error.Abort('infinite push does not work with svn repo',
-                              hint='did you forget to `hg push default`?')
         # Remote scratch bookmarks will be deleted because remotenames doesn't
         # know about them. Let's save it before push and restore after
         remotescratchbookmarks = _readscratchremotebookmarks(ui, repo, destpath)