X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/bdb065ca125ef9c7b3993e6301fb5d92f73f0071..57682e72d91a9954929b0f767c276d3e58847722:/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn diff --git a/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn b/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn index 67578c4f4..390449dd3 100644 --- a/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn +++ b/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn @@ -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.