]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://subvert.org.uk/~bma/
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 30 Aug 2007 17:24:30 +0000 (17:24 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 30 Aug 2007 17:24:30 +0000 (17:24 +0000)
doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..14130e3
--- /dev/null
@@ -0,0 +1,9 @@
+In the example ikiwiki.setup:
+
+    diffurl => "http://localhost:8000/?fd=[[changeset]];file=[[file]]",
+    
+should be:
+
+    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