Question about named branches

Trygve Laugstøl trygvis at inamo.no
Fri Mar 28 04:05:27 CDT 2008


Hi

Given this situation:

* Each developer has its own repository
* Each developer has a branched named the same as their user id
* Each developer pulls from the other repository of the developers

Then when after I've pulled in the work from developer A to try it out, 
I continue to work on my own branch with more commits. When I want to 
push my changes to my (personal) remote repository it fails because it 
would create multiple heads. I can fix this by giving a revisition to 
push [1], but then I first have to do "hg id" to find the revision.

Is there any way to get hg push to only push changes that are on my branch?

[1]: speaking of pushing revision, will it include all missing dependent 
changesets when pushing, or only the one I'm giving as an argument?

--
Trygve


More information about the Mercurial mailing list