summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn8
1 files changed, 6 insertions, 2 deletions
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 e1f03d47c..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,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.