mirror of
https://github.com/frej/fast-export.git
synced 2025-11-13 22:25:42 +01:00
Document default branch behavior
Document the default behavior of renaming the `default` hg branch to `master` on git, and how to override from the command line when this causes problems. See also: #182
This commit is contained in:
committed by
Justin Murray
parent
ffdd27c2da
commit
e8a681121b
@@ -107,6 +107,11 @@ branch/tag names. In the future -n will become the default, but in
|
|||||||
order to not break existing incremental conversions, the default
|
order to not break existing incremental conversions, the default
|
||||||
remains with the old behavior.
|
remains with the old behavior.
|
||||||
|
|
||||||
|
By default, the `default` mercurial branch is renamed to the `master`
|
||||||
|
branch on git. If your mercurial repo contains both `default` and
|
||||||
|
`master` branches, you'll need to override this behavior. Use
|
||||||
|
`-M <newName>` to specify what name to give the `default` branch.
|
||||||
|
|
||||||
Content filtering
|
Content filtering
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user