From: Rob H. <for...@us...> - 2003-02-03 20:56:10
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory sc8-pr-cvs1:/tmp/cvs-serv3067/lib/SandWeb Modified Files: Repository.pm Log Message: * made vcs edit subroutine exit, so it doesn't print the page twice * made "watch" work, but it's a complex command and needs it's own menu. * disabled "watch", "watchers", "import" Index: Repository.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository.pm,v retrieving revision 1.50 retrieving revision 1.51 diff -U2 -r1.50 -r1.51 --- Repository.pm 12 Jan 2003 05:13:47 -0000 1.50 +++ Repository.pm 3 Feb 2003 20:56:03 -0000 1.51 @@ -2538,5 +2538,4 @@ 'editors', 'history', - 'import', 'log', 'remove', @@ -2545,7 +2544,4 @@ 'unedit', 'update', - 'unedit', - 'watch', - 'watchers', ); } |