fix accidentially duplicated options

master
joey 2006-05-02 20:38:39 +00:00
parent 12422e9890
commit a2e98e7ffc
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ sub getconfig () { #{{{
"diffurl=s" => \$config{diffurl},
"svnrepo" => \$config{svnrepo},
"svnpath" => \$config{svnpath},
"rcs=s" => \$config{rcs},
"no-rcs" => sub { $config{rcs}="" },
"adminemail=s" => \$config{adminemail},
"exclude=s@" => sub {
$config{wiki_file_prune_regexp}=qr/$config{wiki_file_prune_regexp}|$_[1]/;