summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 18:26:39 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 18:26:56 -0400
commit90b310b93c3dc3c9e7142fc8d1e0c8c7562659b2 (patch)
tree460b3137c70d64c3f77e675553aa0b6e13d312a1 /IkiWiki.pm
parent21af3ae336861dc14cb0e71b063f294b72487fb1 (diff)
getsetup-ize svn and bzr
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm8
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",