diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 18:26:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 18:26:56 -0400 |
commit | 90b310b93c3dc3c9e7142fc8d1e0c8c7562659b2 (patch) | |
tree | 460b3137c70d64c3f77e675553aa0b6e13d312a1 /IkiWiki.pm | |
parent | 21af3ae336861dc14cb0e71b063f294b72487fb1 (diff) | |
download | ikiwiki-90b310b93c3dc3c9e7142fc8d1e0c8c7562659b2.tar ikiwiki-90b310b93c3dc3c9e7142fc8d1e0c8c7562659b2.tar.gz |
getsetup-ize svn and bzr
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index edbec77d6..76f1292fc 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -120,14 +120,6 @@ sub getsetup () { #{{{ safe => 1, rebuild => 1, }, - svnpath => { - # TODO move - type => "string", - default => "trunk", - description => "path inside svn repo where wiki is located", - safe => 0, # could expose/overwrite data - rebuild => 0, - }, gitorigin_branch => { type => "string", default => "origin", |