[Cvsshell-devel] CVS: cvsshell ChangeLog,1.6,1.7
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-07-27 09:05:41
|
Update of /cvsroot/cvsshell/cvsshell In directory usw-pr-cvs1:/tmp/cvs-serv11318 Modified Files: ChangeLog Log Message: improved status cmd Index: ChangeLog =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ChangeLog 19 Jul 2002 11:36:03 -0000 1.6 --- ChangeLog 27 Jul 2002 09:05:37 -0000 1.7 *************** *** 1,9 **** CvsShell Version History ! * Version 0.2.2 + Bugfixes: ! - fixed bug that caused arguments of a command which are delimited by newlines ! to be ignored. --- 1,22 ---- CvsShell Version History ! * Version 0.3 + Bugfixes: ! - fixed bug that caused arguments of a command which are delimited ! by newlines to be ignored. ! - fixed bug that caused options to the update command to be ignored ! (bug ID: 584831) ! - fixed bug ID 560963 ! ! + Enhancements: ! - new command: scan. scan reads all files recursivly starting at a ! given directory (or the current working directory if none is given) ! and creates a directory listing without contacting the server. You ! can refer to the ids in the listing in all subsequent commands. ! - improved status/refresh/update command: you now can specify the ! directory to operate on. ! - improved status command: the repository revision, the working revision and ! the time of last modification is displayed, too. |