(no commit message)
[ikiwiki.git] / doc / bugs / Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
blob99e6e29a4f611c4572919b94c9650f45367cf4a7
1 In the example ikiwiki.setup:
3     diffurl => "http://localhost:8000/?fd=\[[changeset]];file=\[[file]]",
4     
5 should be:
7     diffurl => "http://localhost:8000/?fd=\[[r2]];file=\[[file]]",
9 (changeset doesn't get expanded; r2 does, to what appears to be The Right Thing)
11 [[done]]