mirror of
https://github.com/frej/fast-export.git
synced 2025-11-11 21:35:38 +01:00
Support converting unnamed heads to named branches during mercurial conversions. Co-Authored-By: ostan89@gmail.com
13 lines
541 B
Markdown
13 lines
541 B
Markdown
## Convert Head to Branch
|
|
|
|
`fast-export` can only handle one head per branch. This plugin makes it possible
|
|
to create a new branch from a head by specifying the new branch name and
|
|
the first divergent commit for that head. The revision number for the commit
|
|
should be in decimal form.
|
|
|
|
Note: you must run `fast-export` with `--ignore-unnamed-heads` option,
|
|
otherwise, the conversion will fail.
|
|
|
|
To use the plugin, add the command line flag `--plugin head2branch=name,<rev>`.
|
|
The flag can be given multiple times to name more than one head.
|