Skip to content
Snippets Groups Projects
Commit 31d81d47 authored by Alexis S. L. Carvalho's avatar Alexis S. L. Carvalho
Browse files

update output of test-convert

parent 53ae5af5
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,17 @@
subdirectory into the root of the repository, use '.' as the path to
rename to.
The splicemap is a file that allows insertion of synthetic
history, letting you specify the parents of a revision. This is
useful if you want to e.g. give a Subversion merge two parents, or
graft two disconnected series of history together. Each entry
contains a key, followed by a space, followed by one or two
values, separated by spaces. The key is the revision ID in the
source revision control system whose parents should be modified
(same format as a key in .hg/shamap). The values are the revision
IDs (in either the source or destination revision control system)
that should be used as the new parents for that node.
Back end options:
--config convert.hg.clonebranches=False (boolean)
......@@ -81,6 +92,7 @@
--filemap remap file names using contents of file
-r --rev import up to target revision REV
-s --source-type source repository type
--splicemap splice synthesized history into place
--datesort try to sort changesets by date
use "hg -v help convert" to show global options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment