diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-30 23:45:56 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-30 23:45:56 +0000 |
commit | 6f3aebd4f60dc0c1bbb003d16022f2ac89b6bc70 (patch) | |
tree | 77843caa8de30726e4ba4dfd3a12abbfec499d8e /doc/ikiwiki.setup | |
parent | 5791c55eafc53ae969625bb3ad978752344a9f62 (diff) | |
download | ikiwiki-6f3aebd4f60dc0c1bbb003d16022f2ac89b6bc70.tar ikiwiki-6f3aebd4f60dc0c1bbb003d16022f2ac89b6bc70.tar.gz |
fix issue bma noticed (why does it use "r2"?)
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 897e8bc61..3a0658e9d 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", |