Mercurial : Tag a particular changeset

Viewed 5161

I want to write an application which identifies the current changesets and tags them. I do know we can get the changeset by using hg identify.

Once I get the changeset, is there a way I can tag it?

Thanks

2 Answers
Related