[Cvsshell-devel] CVS: cvsshell/src cvs_cmds.py,1.24,1.25 cvs_shell.py,1.47,1.48
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2003-04-26 12:50:01
|
Update of /cvsroot/cvsshell/cvsshell/src In directory sc8-pr-cvs1:/tmp/cvs-serv25123/src Modified Files: cvs_cmds.py cvs_shell.py Log Message: final changes for release 0.5 Index: cvs_cmds.py =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_cmds.py,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** cvs_cmds.py 21 Apr 2003 20:08:51 -0000 1.24 --- cvs_cmds.py 26 Apr 2003 12:49:58 -0000 1.25 *************** *** 802,805 **** --- 802,811 ---- def log(app, name, args): + """Prints the log messages for a given file. + + You can specify the file either with the filename or with its ID in + the listing. + + """ try: (globOpts, opts, Index: cvs_shell.py =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_shell.py,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** cvs_shell.py 21 Apr 2003 21:08:16 -0000 1.47 --- cvs_shell.py 26 Apr 2003 12:49:58 -0000 1.48 *************** *** 36,40 **** from plugable_app import PlugableApp ! VERSION = '0.5 beta 2' NAME ='CvsShell' COPYRIGHT = 'Copyright 2002, 2003 Stefan Heimann (ma...@st...).\n' \ --- 36,40 ---- from plugable_app import PlugableApp ! VERSION = '0.5.0' NAME ='CvsShell' COPYRIGHT = 'Copyright 2002, 2003 Stefan Heimann (ma...@st...).\n' \ |