version control - Pushing and new heads in mercurial -
I have to see what will actually be made during a push, if I abort: Push creates new Remote Head!
Error How can I see it?
Some more details: I am pulling from a repository (upstream) and putting pressure on a local fork which has additional branches, but already have all the upstream ones. Apart from this, I am pushing only one upstream branch.
When I hg outgoing & lt; Fork_repo & gt;
, I see that there is a stream with a parent and then without a few. I'm not sure how to understand really.
The easiest way is to pull hg
. In this way, what would be the remote repository after the actual push in your local repository.
If you do not want to pull, then hg incoming
and hg outgoing
will usually give you enough information to see who has two prominent Are there.
Comments
Post a Comment