hgext/convert/__init__.py
changeset 6173 963000ed8cac
parent 6172 0cd6846e5200
child 6238 aac270593ef7
--- 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
     ---------------------