[Cvsshell-devel] CVS: cvsshell ChangeLog,1.9,1.10 README,1.6,1.7 ReleaseNotes,1.1,1.2 index.html,1.5
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-08-15 21:42:20
|
Update of /cvsroot/cvsshell/cvsshell In directory usw-pr-cvs1:/tmp/cvs-serv28124 Modified Files: ChangeLog README ReleaseNotes index.html Log Message: last changes needed for release 0.3 Index: ChangeLog =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** ChangeLog 29 Jul 2002 17:29:10 -0000 1.9 --- ChangeLog 15 Aug 2002 21:42:16 -0000 1.10 *************** *** 11,14 **** --- 11,16 ---- + Enhancements: + - new command: show-unmodified. The listing now filters all unmodified + files. With show-unmodified you can turn this filter on or off. - new command: refresh. refresh reads all files recursivly starting at a given directory (or the current working directory if none is given) *************** *** 22,25 **** --- 24,29 ---- - improved readline support: completion is now possible for more than one directory; commands are completed, too. + - new command: replace. replace retrieves a given revision of a file from + the repository and replaces the working copy with that revision + Changes: Index: README =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/README,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README 27 May 2002 08:31:57 -0000 1.6 --- README 15 Aug 2002 21:42:16 -0000 1.7 *************** *** 1,4 **** ! Welcome to CvsShell 0.2 ======================= --- 1,4 ---- ! Welcome to CvsShell 0.3 ======================= *************** *** 25,29 **** -------- ! * CvsShell prompts you for all arguments needed for executing a command. * Aliases for different cvsroots. * Listing of all modified files in the current directory tree. --- 25,30 ---- -------- ! * CvsShell prompts you for all arguments needed for executing a ! command. * Aliases for different cvsroots. * Listing of all modified files in the current directory tree. *************** *** 31,42 **** those files can be accessed using a numerical ID instead of a (typically long) pathname. ! * Output of external shell commands can be embedded in cvsshell commands. * IDs of files in the listing can be used in external shell commands. * Shortcuts for cvs commands: ! - Commit is automatically executed after an add or delete command (if you ! want to). ! - Renaming files with cvs is lenghty: you have the rename the file in the ! local filesystem, remove the old file, add the new file and commit your ! changes. With CvsShell, this is done with a single command. * New commands can be integrated easily into CvsShell. --- 32,45 ---- those files can be accessed using a numerical ID instead of a (typically long) pathname. ! * Output of external shell commands can be embedded in cvsshell ! commands. * IDs of files in the listing can be used in external shell commands. * Shortcuts for cvs commands: ! - Commit is automatically executed after an add or delete command ! (if you want to). ! - Renaming files with cvs is lenghty: you have the rename the file ! in the local filesystem, remove the old file, add the new file and ! commit your changes. With CvsShell, this is done with a single ! command. * New commands can be integrated easily into CvsShell. *************** *** 164,167 **** Feedback, enhancements and bug reports are very appreciated! ! CvsShell - a console based cvs client http://cvsshell.sourceforge.net --- 167,170 ---- Feedback, enhancements and bug reports are very appreciated! ! CvsShell - a console based cvs frontend http://cvsshell.sourceforge.net Index: ReleaseNotes =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/ReleaseNotes,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ReleaseNotes 27 May 2002 08:31:57 -0000 1.1 --- ReleaseNotes 15 Aug 2002 21:42:16 -0000 1.2 *************** *** 1,12 **** ! CvsShell 0.2 released! http://cvsshell.sourceforge.net ! CvsShell is a console-based cvs client. It provides convenient access to the cvs commands through a shell-like user interface. Features: ! * CvsShell prompts you for all arguments needed for executing a command. * Aliases for different cvsroots. * Listing of all modified files in the current directory tree. --- 1,16 ---- ! CvsShell 0.3 released! http://cvsshell.sourceforge.net ! CvsShell is a console-based cvs frontend. It provides convenient access to the cvs commands through a shell-like user interface. + Many features and improvements have been added in this release. Make + sure to have a look at the changelog. + Features: ! * CvsShell prompts you for all arguments needed for executing a ! command. * Aliases for different cvsroots. * Listing of all modified files in the current directory tree. *************** *** 14,25 **** those files can be accessed using a numerical ID instead of a (typically long) pathname. ! * Output of external shell commands can be embedded in cvsshell commands. * IDs of files in the listing can be used in external shell commands. * Shortcuts for cvs commands: ! - Commit is automatically executed after an add or delete command (if you ! want to). ! - Renaming files with cvs is lenghty: you have the rename the file in the ! local filesystem, remove the old file, add the new file and commit your ! changes. With CvsShell, this is done with a single command. * New commands can be integrated easily into CvsShell. --- 18,31 ---- those files can be accessed using a numerical ID instead of a (typically long) pathname. ! * Output of external shell commands can be embedded in cvsshell ! commands. * IDs of files in the listing can be used in external shell commands. * Shortcuts for cvs commands: ! - Commit is automatically executed after an add or delete command ! (if you want to). ! - Renaming files with cvs is lenghty: you have the rename the file ! in the local filesystem, remove the old file, add the new file and ! commit your changes. With CvsShell, this is done with a single ! command. * New commands can be integrated easily into CvsShell. Index: index.html =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.html 27 May 2002 08:31:57 -0000 1.5 --- index.html 15 Aug 2002 21:42:16 -0000 1.6 *************** *** 10,14 **** <p> CvsShell is a console-based cvs-client written in <a href="http://www.python.org">Python</a>. ! The current version is 0.2 (2002-05-27). Read the <a href="ChangeLog">change log</a> and the <a href="ReleaseNotes">release notes</a>. </p> --- 10,14 ---- <p> CvsShell is a console-based cvs-client written in <a href="http://www.python.org">Python</a>. ! The current version is 0.3 (2002-08-15). Read the <a href="ChangeLog">change log</a> and the <a href="ReleaseNotes">release notes</a>. </p> *************** *** 53,58 **** <h3>Release history:</h3> <ul> ! <li>0.2: 2002-05-27</li> ! <li>0.1: 2002-03-16</li> </ul> <hr> --- 53,60 ---- <h3>Release history:</h3> <ul> ! <li>0.3: 2002-08-15</li> ! <li>0.2.1: 2002-06-02</li> ! <li>0.2: 2002-05-27</li> ! <li>0.1: 2002-03-16</li> </ul> <hr> *************** *** 60,64 **** <!-- Created: Fri Mar 15 20:53:58 CET 2002 --> <!-- hhmts start --> ! Last modified: Mon May 27 09:51:38 CEST 2002 <!-- hhmts end --> <br> --- 62,66 ---- <!-- Created: Fri Mar 15 20:53:58 CET 2002 --> <!-- hhmts start --> ! Last modified: Thu Aug 15 23:15:35 CEST 2002 <!-- hhmts end --> <br> |