Show More
@@ -56,6 +56,17 b' Convert a foreign SCM repository to a Me' | |||
|
56 | 56 | subdirectory into the root of the repository, use '.' as the path to |
|
57 | 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 | 70 | Back end options: |
|
60 | 71 | |
|
61 | 72 | --config convert.hg.clonebranches=False (boolean) |
@@ -81,6 +92,7 b' options:' | |||
|
81 | 92 | --filemap remap file names using contents of file |
|
82 | 93 | -r --rev import up to target revision REV |
|
83 | 94 | -s --source-type source repository type |
|
95 | --splicemap splice synthesized history into place | |
|
84 | 96 | --datesort try to sort changesets by date |
|
85 | 97 | |
|
86 | 98 | use "hg -v help convert" to show global options |
General Comments 0
You need to be logged in to leave comments.
Login now