# Bazaar stuff.
#rcs => "bzr",
- #historyurl => "",
+ #historyurl => "",
#diffurl => "http://example.com/revision?start_revid=[[r2]]#[[file]]-s", # using loggerhead
# Monotone stuff
# To add plugins, list them here.
#add_plugins => [qw{goodstuff search wikitext camelcase
# htmltidy fortune sidebar map rst anonok}],
-<% if add_plugins != false %> add_plugins => [qw{<%= add_plugins %>}],<% end %>
+<% if add_plugins != false %> add_plugins => [qw{<%= add_plugins %>}],<% end %>
# If you want to disable any of the default plugins, list them here.
#disable_plugins => [qw{inline htmlscrubber passwordauth openid}],
-<% if disable_plugins != false %> disable_plugins => [qw{<%= disable_plugins %>}],<% end %>
+<% if disable_plugins != false %> disable_plugins => [qw{<%= disable_plugins %>}],<% end %>
# To add a directory to the perl search path, use this.
#libdir => "/home/me/.ikiwiki/",