aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-30 17:27:43 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-30 17:27:43 +0000
commita1ef7086f34c1913af86be3f4801672bae2d4448 (patch)
tree704f4792d9f77fe9ed98aac3b1cb69a7696b2d88 /doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
parent1091ab8c3ed6b35b5ff035ce892685001c830dd6 (diff)
downloadikiwiki-a1ef7086f34c1913af86be3f4801672bae2d4448.tar
ikiwiki-a1ef7086f34c1913af86be3f4801672bae2d4448.tar.gz
web commit by http://subvert.org.uk/~bma/: Escape what IkiWiki thinks are links.
Diffstat (limited to 'doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn')
-rw-r--r--doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn b/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
index 14130e3bf..df51495d4 100644
--- a/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
+++ b/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
@@ -1,9 +1,9 @@
In the example ikiwiki.setup:
- diffurl => "http://localhost:8000/?fd=[[changeset]];file=[[file]]",
+ diffurl => "http://localhost:8000/?fd=\[[changeset]];file=\[[file]]",
should be:
- diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]",
+ diffurl => "http://localhost:8000/?fd=\[[r2]];file=\[[file]]",
(changeset doesn't get expanded; r2 does, to what appears to be The Right Thing) \ No newline at end of file