##// END OF EJS Templates
adding "prefix" option to "hg serve" (command line and [web] section)...
adding "prefix" option to "hg serve" (command line and [web] section) allows "hg serve" to serve from a different path than '/' (server root)

File last commit:

r5269:46c5e1ee default
r5835:bd34f0ac default
Show More
changelog.tmpl
10 lines | 252 B | application/x-cheetah | CheetahLexer
#header#
<!-- Changelog -->
<id>{urlbase}{url}</id>
<link rel="self" href="{urlbase}{url}atom-log"/>
<link rel="alternate" href="{urlbase}{url}"/>
<title>#repo|escape# Changelog</title>
#latestentry%feedupdated#
#entries%changelogentry#
</feed>