In mercurial, is there an easy way to programmatically check the "last" tag?
The value if hg tags produces the following:
tip Tag3 Tag2 Tag1
Is there an easy way to check tag 3 in general? The value is not only a hg checkout Tag3 , but also a general way to do this.
EDIT: If I have to use scripts, I can. However, I am stuck on windows and would like to avoid scripting if possible.
Ben
source share