Can anyone give me any recommendations as to when I want to tag the revision in Mercurial.
For example, would it be nice to use them to indicate the points at which my application loads?
Here is a partial list when you can tag your code:
, ( ), , .
In our company, we use tags when deploying our applications on our servers.
I think it's good practice to tag the codebase when it is released, and you will want to tag it also at the end of the sprint / development cycle.
The release note is what the Mercurial project itself is:
https://www.mercurial-scm.org/wiki/StandardBranching
You can see the results here:
https://www.mercurial-scm.org/repo/hg/tags