comparison tests/test-convert.out @ 8668:aea3a23151bd

fixed typos found in translatable strings This is from a spell-check of hg.pot.
author Martin Geisler <mg@lazybytes.net>
date Sun, 31 May 2009 14:55:51 +0200
parents 5edb2a8e29ea
children c5b4f662109f
comparison
equal deleted inserted replaced
8667:594507755800 8668:aea3a23151bd
51 51
52 rename from/file to/file 52 rename from/file to/file
53 53
54 The 'include' directive causes a file, or all files under a 54 The 'include' directive causes a file, or all files under a
55 directory, to be included in the destination repository, and the 55 directory, to be included in the destination repository, and the
56 exclusion of all other files and directories not explicitely included. 56 exclusion of all other files and directories not explicitly included.
57 The 'exclude' directive causes files or directories to be omitted. 57 The 'exclude' directive causes files or directories to be omitted.
58 The 'rename' directive renames a file or directory. To rename from 58 The 'rename' directive renames a file or directory. To rename from
59 a subdirectory into the root of the repository, use '.' as the 59 a subdirectory into the root of the repository, use '.' as the
60 path to rename to. 60 path to rename to.
61 61
102 access to the repository files is not needed, unless of course the 102 access to the repository files is not needed, unless of course the
103 repository is :local:. The conversion uses the top level directory 103 repository is :local:. The conversion uses the top level directory
104 in the sandbox to find the CVS repository, and then uses CVS rlog 104 in the sandbox to find the CVS repository, and then uses CVS rlog
105 commands to find files to convert. This means that unless a 105 commands to find files to convert. This means that unless a
106 filemap is given, all files under the starting directory will be 106 filemap is given, all files under the starting directory will be
107 converted, and that any directory reorganisation in the CVS 107 converted, and that any directory reorganization in the CVS
108 sandbox is ignored. 108 sandbox is ignored.
109 109
110 Because CVS does not have changesets, it is necessary to collect 110 Because CVS does not have changesets, it is necessary to collect
111 individual commits to CVS and merge them into changesets. CVS 111 individual commits to CVS and merge them into changesets. CVS
112 source uses its internal changeset merging code by default but can 112 source uses its internal changeset merging code by default but can
153 converted as a single branch. If "svn://repo/path/trunk" exists it 153 converted as a single branch. If "svn://repo/path/trunk" exists it
154 replaces the default branch. If "svn://repo/path/branches" exists, 154 replaces the default branch. If "svn://repo/path/branches" exists,
155 its subdirectories are listed as possible branches. If 155 its subdirectories are listed as possible branches. If
156 "svn://repo/path/tags" exists, it is looked for tags referencing 156 "svn://repo/path/tags" exists, it is looked for tags referencing
157 converted branches. Default "trunk", "branches" and "tags" values 157 converted branches. Default "trunk", "branches" and "tags" values
158 can be overriden with following options. Set them to paths 158 can be overridden with following options. Set them to paths
159 relative to the source URL, or leave them blank to disable 159 relative to the source URL, or leave them blank to disable auto
160 autodetection. 160 detection.
161 161
162 --config convert.svn.branches=branches (directory name) 162 --config convert.svn.branches=branches (directory name)
163 specify the directory containing branches 163 specify the directory containing branches
164 --config convert.svn.tags=tags (directory name) 164 --config convert.svn.tags=tags (directory name)
165 specify the directory containing tags 165 specify the directory containing tags