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.