From: Rob H. <for...@us...> - 2002-01-26 22:22:13
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv20736/lib/SandWeb Modified Files: File.pm Log Message: fixed cvs output a bit, plus added "cvs update" handler for "?" aka "Unknown" Index: File.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/File.pm,v retrieving revision 1.36 retrieving revision 1.37 diff -U2 -r1.36 -r1.37 --- File.pm 2002/01/19 22:38:49 1.36 +++ File.pm 2002/01/26 22:22:10 1.37 @@ -329,4 +329,5 @@ 'remove', 'rename', + 'upload', ); } |