comparison tests/test-convert.t @ 20375:81cf597dafa9

convert: add closemap option Tests have been updated.
author Sean Farley <sean.michael.farley@gmail.com>
date Tue, 21 Jan 2014 11:35:17 -0600
parents e54a078153f7
children b75a04502ced
comparison
equal deleted inserted replaced
20374:a3545c3104aa 20375:81cf597dafa9
118 where "original_branch_name" is the name of the branch in the source 118 where "original_branch_name" is the name of the branch in the source
119 repository, and "new_branch_name" is the name of the branch is the 119 repository, and "new_branch_name" is the name of the branch is the
120 destination repository. No whitespace is allowed in the branch names. This 120 destination repository. No whitespace is allowed in the branch names. This
121 can be used to (for instance) move code in one repository from "default" 121 can be used to (for instance) move code in one repository from "default"
122 to a named branch. 122 to a named branch.
123
124 The closemap is a file that allows closing of a branch. This is useful if
125 you want to close a branch. Each entry contains a revision or hash
126 separated by white space.
123 127
124 Mercurial Source 128 Mercurial Source
125 ################ 129 ################
126 130
127 The Mercurial source recognizes the following configuration options, which 131 The Mercurial source recognizes the following configuration options, which
264 -r --rev REV import up to source revision REV 268 -r --rev REV import up to source revision REV
265 -A --authormap FILE remap usernames using this file 269 -A --authormap FILE remap usernames using this file
266 --filemap FILE remap file names using contents of file 270 --filemap FILE remap file names using contents of file
267 --splicemap FILE splice synthesized history into place 271 --splicemap FILE splice synthesized history into place
268 --branchmap FILE change branch names while converting 272 --branchmap FILE change branch names while converting
273 --closemap FILE closes given revs
269 --branchsort try to sort changesets by branches 274 --branchsort try to sort changesets by branches
270 --datesort try to sort changesets by date 275 --datesort try to sort changesets by date
271 --sourcesort preserve source changesets order 276 --sourcesort preserve source changesets order
272 --closesort try to reorder closed revisions 277 --closesort try to reorder closed revisions
273 278