diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-30 02:32:19 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-30 02:32:19 +0100 |
commit | cb670988ea416d5aa99d95ea9f4cbbd1ee956ee1 (patch) | |
tree | 1f7c1ade30681352a043956916e0aa8f917c4614 | |
parent | 246e93a300f81d67f5e6339e77cd533b815da9e9 (diff) |
Add example diffurl for bzr.
-rw-r--r-- | doc/ikiwiki.setup | 4 |
1 files 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", |