views:

180

answers:

2

Hi,

I've got a named branch (same repository) that was created in order to to spike something. I've now decided that I want to move all the changesets created in the branch back into the main (default) and then close the branch.

I've tried a number of different things, including what was outlined in this post (http://stackoverflow.com/questions/50223/how-to-repeatedly-merge-branches-in-mercurial) but I just can't get it working :(

Can anyone provide any pointers?

Thanks.

A: 

I've managed to solve my problem using the link I mentioned in my question. The steps described in the link had actually merged my changes across however I didn't realise as I was looking in the TortoiseHg UI and couldn't see the changes there. When I performed hg outgoing via the command line it appears that the merge had worked correctly.

Martin MacPherson