diff hgext/convert/__init__.py @ 6173:963000ed8cac

convert: add shallow, single branch svn conversions via svn.startrev
author Patrick Mezard <pmezard@gmail.com>
date Sun, 24 Feb 2008 17:58:55 +0100
parents 0cd6846e5200
children aac270593ef7
line wrap: on
line diff
--- a/hgext/convert/__init__.py	Sun Feb 24 17:58:53 2008 +0100
+++ b/hgext/convert/__init__.py	Sun Feb 24 17:58:55 2008 +0100
@@ -105,6 +105,13 @@
     --config convert.svn.trunk=trunk          (directory name)
         specify the name of the trunk branch
 
+    Source history can be retrieved starting at a specific revision,
+    instead of being integrally converted. Only single branch
+    conversions are supported.
+
+    --config convert.svn.startrev=0           (svn revision number)
+        specify start Subversion revision.
+
     Mercurial Destination
     ---------------------