comparison hgext/convert/__init__.py @ 6172:0cd6846e5200

convert: allow svn trunk/branches/tags detection to be skipped - eluding convert.svn.branches defaults to "branches" - convert.svn.branches= disables branches detection - convert.svn.branches=/ is equivalent to former convert.svn.branches=
author Patrick Mezard <pmezard@gmail.com>
date Sun, 24 Feb 2008 17:58:53 +0100
parents 55455556f921
children 963000ed8cac
comparison
equal deleted inserted replaced
6171:73b1de288801 6172:0cd6846e5200
93 it replaces the default branch. If "svn://repo/path/branches" 93 it replaces the default branch. If "svn://repo/path/branches"
94 exists, its subdirectories are listed as possible branches. If 94 exists, its subdirectories are listed as possible branches. If
95 "svn://repo/path/tags" exists, it is looked for tags referencing 95 "svn://repo/path/tags" exists, it is looked for tags referencing
96 converted branches. Default "trunk", "branches" and "tags" values 96 converted branches. Default "trunk", "branches" and "tags" values
97 can be overriden with following options. Set them to paths 97 can be overriden with following options. Set them to paths
98 relative to the source URL. 98 relative to the source URL, or leave them blank to disable
99 autodetection.
99 100
100 --config convert.svn.branches=branches (directory name) 101 --config convert.svn.branches=branches (directory name)
101 specify the directory containing branches 102 specify the directory containing branches
102 --config convert.svn.tags=tags (directory name) 103 --config convert.svn.tags=tags (directory name)
103 specify the directory containing tags 104 specify the directory containing tags