X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4fcf25a8200a25a850f095ac90b5ac9f4e395664..eebd2aab9910b0c769396c0335b06417aed684c9:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 897e8bc61..e36559112 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", @@ -84,7 +84,7 @@ use IkiWiki::Setup::Standard { # # post-update hook script, which may not be # # what you want. # wrapper => "/git/wiki.git/hooks/post-update", - # wrappermode => "04755", + # wrappermode => "06755", # # Enable mail notifications of commits. # notify => 1, #},