From 6f3aebd4f60dc0c1bbb003d16022f2ac89b6bc70 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 30 Aug 2007 23:45:56 +0000 Subject: [PATCH 1/1] fix issue bma noticed (why does it use "r2"?) --- ...al_example_diffurl_should_read_r2__44___not_changeset.mdwn | 4 +++- doc/ikiwiki.setup | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn b/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn index df51495d4..99e6e29a4 100644 --- a/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn +++ b/doc/bugs/Mercurial_example_diffurl_should_read_r2__44___not_changeset.mdwn @@ -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) \ No newline at end of file +(changeset doesn't get expanded; r2 does, to what appears to be The Right Thing) + +[[done]] diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 897e8bc61..3a0658e9d 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -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", -- 2.45.0