I'm trying to clone a specific tag from an existing repository from Kiln using Mercurial.
I have tried commands like:
hg clone --verbose [Source URL] -b [tag number] [Dest]
hg clone --verbose [Source URL] -r [tag number] [Dest]
hg clone --verbose [Source URL]/#[tag number] [Dest]
hg clone --verbose [Source URL]/[tag number] [Dest]
but nothing works.