I have a repo with lots of version tags in it. I want to create a clone of that repo with just the changes for one of the tags.
So what I want to do is something like this hg clone -r 14 KilnRepoDev KilnRepoClient inside kiln and end up with 2 repo that I can clone down to my local machine - the dev build and a specific version.
How would I go about doing this - I can't get my head it.