TortoiseHg Apply a Patch
From Repository Explorer, Repository > Import…
From Repository Explorer, Repository > Import…
One way would be hg rollback (deprecated as of Hg2.7, August 2013) Please use hg commit –amend instead of rollback to correct mistakes in the last commit. Roll back the last transaction in a repository. When committing or merging, Mercurial adds the changeset entry last. Mercurial keeps a transaction log of the name of each … Read more
Both existing answers suggest storing your username and password unencrypted in plain-text, which is a bit of a no-no. You should use the Keyring extension instead, as it has been specifically designed for securely saving authentication passwords. It already comes bundled with TortoiseHg, so all you have to do is activate it by writing the … Read more
As shown in the docs, all you should need to do is just click on the branch: default button near the top of the commit dialog, and change to a new branch name.