comparison tests/test-convert.out @ 6148:31d81d476a7f

update output of test-convert
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Tue, 19 Feb 2008 19:34:18 -0300
parents 1209dc9d59de
children 747169c54c68
comparison
equal deleted inserted replaced
6147:53ae5af55db3 6148:31d81d476a7f
54 The 'exclude' directive causes files or directories to be omitted. 54 The 'exclude' directive causes files or directories to be omitted.
55 The 'rename' directive renames a file or directory. To rename from a 55 The 'rename' directive renames a file or directory. To rename from a
56 subdirectory into the root of the repository, use '.' as the path to 56 subdirectory into the root of the repository, use '.' as the path to
57 rename to. 57 rename to.
58 58
59 The splicemap is a file that allows insertion of synthetic
60 history, letting you specify the parents of a revision. This is
61 useful if you want to e.g. give a Subversion merge two parents, or
62 graft two disconnected series of history together. Each entry
63 contains a key, followed by a space, followed by one or two
64 values, separated by spaces. The key is the revision ID in the
65 source revision control system whose parents should be modified
66 (same format as a key in .hg/shamap). The values are the revision
67 IDs (in either the source or destination revision control system)
68 that should be used as the new parents for that node.
69
59 Back end options: 70 Back end options:
60 71
61 --config convert.hg.clonebranches=False (boolean) 72 --config convert.hg.clonebranches=False (boolean)
62 hg target: XXX not documented 73 hg target: XXX not documented
63 --config convert.hg.saverev=True (boolean) 74 --config convert.hg.saverev=True (boolean)
79 -A --authors username mapping filename 90 -A --authors username mapping filename
80 -d --dest-type destination repository type 91 -d --dest-type destination repository type
81 --filemap remap file names using contents of file 92 --filemap remap file names using contents of file
82 -r --rev import up to target revision REV 93 -r --rev import up to target revision REV
83 -s --source-type source repository type 94 -s --source-type source repository type
95 --splicemap splice synthesized history into place
84 --datesort try to sort changesets by date 96 --datesort try to sort changesets by date
85 97
86 use "hg -v help convert" to show global options 98 use "hg -v help convert" to show global options
87 adding a 99 adding a
88 assuming destination a-hg 100 assuming destination a-hg