]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / bugs / Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
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]]