diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-30 17:24:30 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-30 17:24:30 +0000 |
commit | 1091ab8c3ed6b35b5ff035ce892685001c830dd6 (patch) | |
tree | 5771a3711a57fd35f457850cdcbd55fa4b958b02 | |
parent | b33987f788fbada4d644b709bf3b616e2cafc3e9 (diff) |
web commit by http://subvert.org.uk/~bma/
-rw-r--r-- | doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn | 9 |
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 |