We have a repository with three named branches, I wanted to clone one of the branches. Is there a mercurial command to do that? If I provide the path (of branch) with hg clo
hg clone http://your/repo -r branchname should do the trick.
hg clone http://your/repo -r branchname