* Fix mercurial historyurl in example setup file.
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 17 Nov 2007 19:43:49 +0000 (14:43 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 17 Nov 2007 19:43:49 +0000 (14:43 -0500)
debian/changelog
doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn
doc/ikiwiki.setup

index 37e6f7d26d706bac92b293683f63aeb69d96219c..cf7063f40b4c76d130ba255f8db0cd87eb4c1e5b 100644 (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
 
index e1f03d47c87c28096f5bac7ec2c60127fed17c2a..390449dd367d1955890947d50f9fec752d62511a 100644 (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.
\ No newline at end of file
+> 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.
index e36559112697ae6f2bf4d855d6ce2589669126e0..1456a34117f206e38af8332d114ac1936b016370 100644 (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