Where/How Hostname for HgWeb Feed URLs
Jensen, Aaron
ajensen at webmd.net
Tue Apr 1 18:56:04 UTC 2014
The links to specific revisions in our HgWeb's atom/rss feedss look like this:
https:///sandbox/rev/79ea8ea851a4
As you can see, the hostname is missing. When I crack open the changelogentry.tmpl template, I see the URL is constructed like this:
{urlbase}{url|urlescape}rev/{node|short}
Which field controls the hostname? urlbase or url? Unfortunately, `hg help templates` doesn't list either urlbase or url. A Google search for "Mercurial urlbase" or "Mercurial url" didn't turn up anything useful. I found the baseurl setting, but setting that didn't change any of the URLs in the feeds.
Where/how do I set the hostname for feed URLs?
More information about the Mercurial
mailing list