aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn
blob: 99e6e29a4f611c4572919b94c9650f45367cf4a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)

[[done]]