# HG changeset patch # User Patrick Mezard # Date 1203791864 -3600 # Node ID 747169c54c6875c6b5e1dd6f45ed09b3b82dbf81 # Parent 55455556f92133556983cade5dd940bf1c4b624b Fix test-convert.out after 55455556f921 diff -r 55455556f921 -r 747169c54c68 tests/test-convert.out --- 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: