I am working with TortoiseHG on a Windows 7 system.
I was working on the default branch, and the R&D team wanted to try out a different algorithm, so I created a new branch using the answer given here, called quadraticTest
.
A couple of commits were made to this branch, and the output was found unsuitable.
Now I want to go back and work on the default branch without merging changes from the quadraticTest
branch.
Basically, I'm searching for the GUI equivalent of hg update default
command
How do I move the Working directory back to the default branch with ToritoiseHG?