tests/test-convert.out
changeset 6170 747169c54c68
parent 6148 31d81d476a7f
child 6172 0cd6846e5200
--- a/tests/test-convert.out	Sat Feb 23 16:43:33 2008 +0100
+++ b/tests/test-convert.out	Sat Feb 23 19:37:44 2008 +0100
@@ -67,23 +67,41 @@
     IDs (in either the source or destination revision control system)
     that should be used as the new parents for that node.
 
-    Back end options:
+    Mercurial Source
+    -----------------
+
+    --config convert.hg.saverev=True          (boolean)
+        allow target to preserve source revision ID
+
+    Subversion Source
+    -----------------
+
+    Subversion source detects classical trunk/branches/tags layouts.
+    By default, the supplied "svn://repo/path/" source URL is
+    converted as a single branch. If "svn://repo/path/trunk" exists
+    it replaces the default branch. If "svn://repo/path/branches"
+    exists, its subdirectories are listed as possible branches. If
+    "svn://repo/path/tags" exists, it is looked for tags referencing
+    converted branches. Default "trunk", "branches" and "tags" values
+    can be overriden with following options. Set them to paths
+    relative to the source URL.
+
+    --config convert.svn.branches=branches    (directory name)
+        specify the directory containing branches
+    --config convert.svn.tags=tags            (directory name)
+        specify the directory containing tags
+    --config convert.svn.trunk=trunk          (directory name)
+        specify the name of the trunk branch
+
+    Mercurial Destination
+    ---------------------
 
     --config convert.hg.clonebranches=False   (boolean)
-        hg target: XXX not documented
-    --config convert.hg.saverev=True          (boolean)
-        hg source: allow target to preserve source revision ID
+        dispatch source branches in separate clones.
     --config convert.hg.tagsbranch=default    (branch name)
-        hg target: XXX not documented
+        tag revisions branch name
     --config convert.hg.usebranchnames=True   (boolean)
-        hg target: preserve branch names
-
-    --config convert.svn.branches=branches    (directory name)
-        svn source: specify the directory containing branches
-    --config convert.svn.tags=tags            (directory name)
-        svn source: specify the directory containing tags
-    --config convert.svn.trunk=trunk          (directory name)
-        svn source: specify the name of the trunk branch
+        preserve branch names
 
 options: