]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
request for more info
[ikiwiki.git] / doc / bugs / Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
index 14130e3bf1e21e0e298377fae4012d33f0d4d2ec..99e6e29a4f611c4572919b94c9650f45367cf4a7 100644 (file)
@@ -1,9 +1,11 @@
 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
+(changeset doesn't get expanded; r2 does, to what appears to be The Right Thing)
+
+[[done]]