Hi, I'd like to see what exactly would be created during a push, if I get the abort: push creates new remote heads!
error. How can I check that?
Some more details: I'm pulling from one repository (upstream) and pushing to a local fork which does have additional branches, but already contains all upstream ones. Also, I'm only pushing one upstream branch.
When I look at hg outgoing <fork_repo>
, I see a stream of commits with a parent and then some commits without. I'm not sure how to understand that really.