I have reccently setup Hg on my server and my hgweb.config contains this:
[paths]
repo = C:\HgRepositories\*
In the web browser, where it shows all the repos in that directory, each one has a name that is prefixed with "repo". For example repo/MyProject
I don't want that. Is there a way just have have all the repos accessible purely via their actual name? E.g. in this case it would be just MyProject