diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-15 14:54:10 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-15 14:54:10 -0500 |
commit | a9f4b805f0c8a8b8c6dc90b3fa5efa9edc2319b2 (patch) | |
tree | 6aa449cb6eddbf8cf596c2fb84daa396a14206ac | |
parent | d514b777298f0c0d039515dce4f10fc08af0c20b (diff) |
web commit by http://svend.myopenid.com/: The code showed up correctly in the preview, but the rendered page contained a link.
-rw-r--r-- | doc/bugs/example_Mercurial_historyurl_doesn__39__t_show_file_history.mdwn | 4 |
1 files changed, 2 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 4497d9d01..fd5ad135f 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,6 @@ 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. (Markdown code contains escape.)
\ No newline at end of file +This creates links to the hgweb page which is equivalent to the Git file history page.
\ No newline at end of file |