From cb670988ea416d5aa99d95ea9f4cbbd1ee956ee1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 30 Jan 2008 02:32:19 +0100 Subject: [PATCH] Add example diffurl for bzr. --- doc/ikiwiki.setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index e2974cfd5..f808be2c2 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -44,8 +44,8 @@ use IkiWiki::Setup::Standard { # Bazaar stuff. #rcs => "bzr", - #historyurl => ??, - #diffurl => ??, + #historyurl => "", + #diffurl => "http://example.com/revision?start_revid=[[r2]]#[[file]]-s", # using loggerhead # Monotone stuff #rcs => "monotone",