add warning about incomplete tla support

master
Joey Hess 2010-03-29 13:17:32 -04:00
parent 7a8bcf2a67
commit e466d11fd3
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@ sub import (@) {
# TODO
print STDERR "warning: do not know how to set up the mercurial_wrapper hook!\n";
}
elsif ($config{rcs} eq 'tla') {
# TODO
print STDERR "warning: do not know how to set up the tla_wrapper hook!\n";
}
elsif ($config{rcs} eq 'cvs') {
$config{cvs_wrapper}=$config{repository}."/CVSROOT/post-commit";
}