]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
14130e3bf1e21e0e298377fae4012d33f0d4d2ec
[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)