X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4fcf25a8200a25a850f095ac90b5ac9f4e395664..98db544305fb7cc5c91e898cf4f312f98067eed5:/doc/ikiwiki.setup diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 897e8bc61..1456a3411 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -40,8 +40,8 @@ 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]]", + #historyurl => "http://localhost:8000/log/tip/[[file]]", # hg serve'd local repository + #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, #},