Mercurial: How to deal with one branch that has two heads

Viewed 27249

What if one branch has two heads? I came to this situation weeks ago for some reason I didn't merged them back then and just continued developing on one head. Now I want to get rid of the other head. What should I do? Should I just merge them after so many changesets?

3 Answers
Related