]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 16 Nov 2007 17:53:34 +0000 (12:53 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 16 Nov 2007 17:53:34 +0000 (12:53 -0500)
doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn [new file with mode: 0644]

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 (file)
index 0000000..e1f03d4
--- /dev/null
@@ -0,0 +1,13 @@
+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
+
+*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