[Cvsshell-devel] CVS: cvsshell/src cvs_shell.py,1.22,1.23
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-03-15 19:46:12
|
Update of /cvsroot/cvsshell/cvsshell/src In directory usw-pr-cvs1:/tmp/cvs-serv28859/src Modified Files: cvs_shell.py Log Message: Index: cvs_shell.py =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_shell.py,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** cvs_shell.py 15 Mar 2002 17:35:21 -0000 1.22 --- cvs_shell.py 15 Mar 2002 19:46:08 -0000 1.23 *************** *** 417,421 **** class Entry(GetSetProvider): ! S_NEW = 'N' S_ADDED = 'A' S_CONFLICT = 'C' --- 417,421 ---- class Entry(GetSetProvider): ! S_NEW = 'N' # what's this?? S_ADDED = 'A' S_CONFLICT = 'C' |