I'm using Hg(1.6.4) with Notify extension and I am trying to override the changeset template with project name on email subject. I read the "hg template help" and I not found a specific tag to get the project name.
The {webroot} and {root} tags got all path and I wanted PROJECT name only, i.e:
/home/USER/repo/PROJECT/rev
Is it possible to extract only PROJECT name? Is there any tag or template to parser and to get the project name?