]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
web commit by http://subvert.org.uk/~bma/: Escape what IkiWiki thinks are links.
[ikiwiki.git] / doc / bugs / Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
index 14130e3bf1e21e0e298377fae4012d33f0d4d2ec..df51495d4f30288a2f460663f388ee068f8c9121 100644 (file)
@@ -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