]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
Merge branch 'master'
[ikiwiki.git] / doc / bugs / Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
1 In the example ikiwiki.setup:
2
3     diffurl => "http://localhost:8000/?fd=\[[changeset]];file=\[[file]]",
4     
5 should be:
6
7     diffurl => "http://localhost:8000/?fd=\[[r2]];file=\[[file]]",
8
9 (changeset doesn't get expanded; r2 does, to what appears to be The Right Thing)
10
11 [[done]]