So I understand that Mercurial adds a comment into the Perforce changelist description which contains the hash of the HG commit (something akin to {{mercurial f413e67c0df7ec53e58e43121c5ffc85f315765a}}
).
What I was wondering, does it matter where in the description that tag is contained?
The Perforce repository that I am pushing too has very strict commit guidelines, and the description has to be formed in an exact way (each commit has an identical layout of code reviewers, JIRA issues mentioned, etc).
Am I ok to have the tag in there as is, but also add in all the extra information I am required to have?