hgext/convert/__init__.py
changeset 5513 f0c58fd4b798
parent 5510 11d7908a3ea8
child 5528 6ffca2bf23da
--- a/hgext/convert/__init__.py	Wed Nov 07 17:40:39 2007 -0800
+++ b/hgext/convert/__init__.py	Wed Nov 07 18:26:59 2007 -0800
@@ -10,7 +10,7 @@
 from darcs import darcs_source
 from git import convert_git
 from hg import mercurial_source, mercurial_sink
-from subversion import svn_source, debugsvnlog
+from subversion import debugsvnlog, svn_source, svn_sink
 import filemap
 
 import os, shutil
@@ -29,6 +29,7 @@
 
 sink_converters = [
     ('hg', mercurial_sink),
+    ('svn', svn_sink),
     ]
 
 def convertsource(ui, path, type, rev):
@@ -283,6 +284,7 @@
 
     Accepted destination formats:
     - Mercurial
+    - Subversion (history on branches is not preserved)
 
     If no revision is given, all revisions will be converted. Otherwise,
     convert will only import up to the named revision (given in a format