Discussion:
bitbucket's new branching model
Uwe Brauer
2018-10-11 12:11:12 UTC
Permalink
Hi

I just read
https://confluence.atlassian.com/bitbucket/branching-a-repository-223217999.html

But found it a bit odd. They recommend to push a new (named) branch with

hg push -f

why not

hg push --new-branch


Should I activate the remotenames extension?

Uwe Brauer
Arne Babenhauserheide
2018-10-11 21:32:26 UTC
Permalink
Post by Uwe Brauer
I just read
https://confluence.atlassian.com/bitbucket/branching-a-repository-223217999.html
But found it a bit odd. They recommend to push a new (named) branch with
hg push -f
why not
hg push --new-branch
I would assume that the one who wrote it just does not know.

I just asked them to fix that. Thank you for writing here!
Post by Uwe Brauer
Should I activate the remotenames extension?
I did not try that yet, so I can give no recommendation.

Best wishes,
Arne
--
Unpolitisch sein
heißt politisch sein
ohne es zu merken
Loading...