diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 19:56:19 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-01-29 19:56:19 -0500 |
commit | e050f35261fe453b70294b58bc6c87bfe57cf231 (patch) | |
tree | 86017806a4899670ed9b07869abcecde94eec201 /doc/ikiwiki.setup | |
parent | 4284719464cf2ed24546e87e8b4dfb4f36d8be4c (diff) | |
download | ikiwiki-e050f35261fe453b70294b58bc6c87bfe57cf231.tar ikiwiki-e050f35261fe453b70294b58bc6c87bfe57cf231.tar.gz |
doc updates for bzr
Diffstat (limited to 'doc/ikiwiki.setup')
-rw-r--r-- | doc/ikiwiki.setup | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ikiwiki.setup b/doc/ikiwiki.setup index 9bf542981..e2974cfd5 100644 --- a/doc/ikiwiki.setup +++ b/doc/ikiwiki.setup @@ -42,6 +42,11 @@ use IkiWiki::Setup::Standard { #historyurl => "http://localhost:8000/log/tip/[[file]]", # hg serve'd local repository #diffurl => "http://localhost:8000/?fd=[[r2]];file=[[file]]", + # Bazaar stuff. + #rcs => "bzr", + #historyurl => ??, + #diffurl => ??, + # Monotone stuff #rcs => "monotone", #mtnkey => "web\@machine.company.com", |