* Fix mercurial historyurl in example setup file.

master
Joey Hess 2007-11-17 14:43:49 -05:00
parent 466a094928
commit e9ffdc9c4f
3 changed files with 9 additions and 4 deletions

3
debian/changelog vendored
View File

@ -15,8 +15,9 @@ ikiwiki (2.13) UNRELEASED; urgency=low
* Correct markdown in example index page in setup. Closes: #451469
* Better error message when a setup file has a syntax error.
Closes: #451666
* Fix mercurial historyurl in example setup file.
-- Joey Hess <joeyh@debian.org> Sat, 17 Nov 2007 14:05:38 -0500
-- Joey Hess <joeyh@debian.org> Sat, 17 Nov 2007 14:43:26 -0500
ikiwiki (2.12) unstable; urgency=low

View File

@ -6,8 +6,12 @@ The current historyurl is:
A link to the history page for the file would be:
#historyurl => "http://localhost:8000/log/tip/[\[file]]", # hg serve'd local repository
#historyurl => "http://localhost:8000/log/tip/\[[file]]", # hg serve'd local repository
*The backslash in the code should be removed.*
This creates links to the hgweb page which is equivalent to the Git file history page.
> To escape a link, use `\\[[link]]`. Example: \[[link]] --[[Joey]]
> ([[done]], BTW)
This creates links to the hgweb page which is equivalent to the Git file history page.

View File

@ -40,7 +40,7 @@ use IkiWiki::Setup::Standard {
# Mercurial stuff.
#rcs => "mercurial",
#historyurl => "http://localhost:8000/", # hg serve'd local repository
#historyurl => "http://localhost:8000/log/tip/[[file]]", # hg serve'd local repository
#diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]",
# Monotone stuff