HG Guide Creating a new branch hg branch <new branch name> Display All Branches hg branches Check Which Branch You're currently in hg branch Adding and commiting changes hg add <filename> hg commit -m "Commit message" Switch branch hg checkout <branch name> hg update <branch name> push hg push --new-branch HG Shelve (similar to git stash) hg shelve