I followed the instructions here to get a Mercurial server hosted in IIS7:
It works great, clean urls and notifications get sent and are formatted to according to the template:
[notify]
sources = serve push pull bundle
template =
details: {baseurl}/rev/{node|short}
Ends up looking like this:
-----Original Message-----
From: mercurial@mydomain.net
Sent: Thursday, January 17, 2013 10:42 PM
To: Me
Subject: D:/hg/Repositories/test: Again
details: http://hg.mydomain.net/test/rev/561563d3847e
But notice that the subject has the windows drive letter in it, rather than the url http://hg.mydomain.net/test/
Is there a way to fix it so that it shows the URL rather than the drive letter? Or maybe not the url, but just show the repository?