master
Joey Hess 2007-11-15 14:50:56 -05:00
parent 4db40b4e59
commit d514b77729
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
The Mercurial historyurl in the example ikiwiki.setup file creates a link to the repo's summary page. It should take you to the history page for the file, like the example Git historyurl does.
The current historyurl is:
#historyurl => "http://localhost:8000/", # hg serve'd local repository
A link to the history page for the file would be:
#historyurl => "http://localhost:8000/log/tip/\[[file]]", # hg serve'd local repository
This creates links to the hgweb page which is equivalent to the Git file history page. (Markdown code contains escape.)