]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn
Avoid relying on translators preserving the case when translating "discussion", which...
[ikiwiki.git] / doc / bugs / example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn
index fd5ad135fb24095abf28e9631c977c3b4ef2ccd8..390449dd367d1955890947d50f9fec752d62511a 100644 (file)
@@ -6,6 +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
 
-This creates links to the hgweb page which is equivalent to the Git file history page.
\ No newline at end of file
+*The backslash in the code should be removed.*
+
+> 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.