[Cvsshell-devel] CVS: cvsshell/etc cvsshell.ini,1.17,1.18 default-cvsshellrc,1.15,1.16
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2003-09-24 13:38:30
|
Update of /cvsroot/cvsshell/cvsshell/etc In directory sc8-pr-cvs1:/tmp/cvs-serv19906/etc Modified Files: cvsshell.ini default-cvsshellrc Log Message: added basic support for filtering based on status Index: cvsshell.ini =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** cvsshell.ini 21 Apr 2003 20:08:50 -0000 1.17 --- cvsshell.ini 24 Sep 2003 13:38:24 -0000 1.18 *************** *** 36,40 **** co, get, checkout = Acsd:ND:r:fj:k:lRnpP st, stat, status = lrv ! diff = r:r:D:D:lNR log = bd:hNr:Rs:tw:r end --- 36,40 ---- co, get, checkout = Acsd:ND:r:fj:k:lRnpP st, stat, status = lrv ! diff = r:r:D:D:lNRbBwE log = bd:hNr:Rs:tw:r end Index: default-cvsshellrc =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/etc/default-cvsshellrc,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** default-cvsshellrc 26 Apr 2003 12:49:58 -0000 1.15 --- default-cvsshellrc 24 Sep 2003 13:38:24 -0000 1.16 *************** *** 8,12 **** # filenames that matches one of these patterns should be excluded ! # from the listing as produced by update, refresh or status filter = *.pyc *~ *.class --- 8,13 ---- # filenames that matches one of these patterns should be excluded ! # from the listing as produced by update, sim-update refresh ! # or status filter = *.pyc *~ *.class |