Update of /cvsroot/cvsshell/cvsshell/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv25123/etc
Modified Files:
default-cvsshellrc
Log Message:
final changes for release 0.5
Index: default-cvsshellrc
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/default-cvsshellrc,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** default-cvsshellrc 19 Apr 2003 18:06:35 -0000 1.14
--- default-cvsshellrc 26 Apr 2003 12:49:58 -0000 1.15
***************
*** 5,13 ****
section CONFIG:
! pager = more
# filenames that matches one of these patterns should be excluded
# from the listing as produced by update, refresh or status
! filter = *.pyc *~
--- 5,13 ----
section CONFIG:
! pager = less -R -F -X
# filenames that matches one of these patterns should be excluded
# from the listing as produced by update, refresh or status
! filter = *.pyc *~ *.class
|