[Cvsshell-devel] CVS: cvsshell ChangeLog,1.8,1.9
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-07-29 17:29:13
|
Update of /cvsroot/cvsshell/cvsshell In directory usw-pr-cvs1:/tmp/cvs-serv14130 Modified Files: ChangeLog Log Message: improved refresh command added unit-tests Index: ChangeLog =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ChangeLog 27 Jul 2002 14:42:13 -0000 1.8 --- ChangeLog 29 Jul 2002 17:29:10 -0000 1.9 *************** *** 11,18 **** + 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. --- 11,19 ---- + Enhancements: ! - new command: refresh. refresh 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. + The old refresh command can be invoked with `sim-update' - improved status/refresh/update command: you now can specify the directory to operate on. *************** *** 20,24 **** the time of last modification is displayed, too. - improved readline support: completion is now possible for more than one ! directory * Version 0.2.1 --- 21,29 ---- the time of last modification is displayed, too. - improved readline support: completion is now possible for more than one ! directory; commands are completed, too. ! ! + Changes: ! - `refresh' is now called `sim-update' (see above) ! * Version 0.2.1 |