diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-16 12:53:34 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-16 12:53:34 -0500 |
commit | 90baead73f1f6ad4e6a88df15069a480cd073fde (patch) | |
tree | 058686d062f572f44cfee41ea46e6964fd2c98fd /doc | |
parent | 90b83ee32ac0d07f7f1421bc20d1704e847673f6 (diff) | |
parent | d29c485a8c8c0e75c8622ef5050b327180ad632c (diff) |
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn | 13 |
1 files changed, 13 insertions, 0 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 new file mode 100644 index 000000000..e1f03d47c --- /dev/null +++ b/doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn @@ -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 |