fix issue bma noticed (why does it use "r2"?)

master
joey 2007-08-30 23:45:56 +00:00
parent 5791c55eaf
commit 6f3aebd4f6
2 changed files with 4 additions and 2 deletions

View File

@ -6,4 +6,6 @@ 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)
(changeset doesn't get expanded; r2 does, to what appears to be The Right Thing)
[[done]]

View File

@ -41,7 +41,7 @@ use IkiWiki::Setup::Standard {
# Mercurial stuff.
#rcs => "mercurial",
#historyurl => "http://localhost:8000/", # hg serve'd local repository
#diffurl => "http://localhost:8000/?fd=[[changeset]];file=[[file]]",
#diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]",
# Monotone stuff
#rcs => "monotone",