summaryrefslogtreecommitdiff
path: root/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
diff options
context:
space:
mode:
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.mdwn9
1 files changed, 9 insertions, 0 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
new file mode 100644
index 000000000..14130e3bf
--- /dev/null
+++ b/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
@@ -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