From: Joey Hess Date: Thu, 15 Nov 2007 19:50:56 +0000 (-0500) Subject: web commit by http://svend.myopenid.com/: Added bug. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/d514b777298f0c0d039515dce4f10fc08af0c20b?hp=4db40b4e59c1e735e4176f3e82b825e895306c4c web commit by http://svend.myopenid.com/: Added bug. --- 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 new file mode 100644 index 000000000..4497d9d01 --- /dev/null +++ b/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn @@ -0,0 +1,11 @@ +The Mercurial historyurl in the example ikiwiki.setup file creates a link to the repo's summary page. It should take you to the history page for the file, like the example Git historyurl does. + +The current historyurl is: + + #historyurl => "http://localhost:8000/", # hg serve'd local repository + +A link to the history page for the file would be: + + #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. (Markdown code contains escape.) \ No newline at end of file