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:
Justin Murray
2019-12-18 10:23:36 -07:00
committed by Justin Murray
parent ffdd27c2da
commit e8a681121b

View File

@@ -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
----------------- -----------------