Update of /cvsroot/cvsshell/cvsshell/etc
In directory usw-pr-cvs1:/tmp/cvs-serv6625/etc
Modified Files:
cvsshell.ini default-cvsshellrc
Log Message:
Changed some default values, added customization support for colors
Index: cvsshell.ini
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** cvsshell.ini 15 Mar 2002 09:43:51 -0000 1.6
--- cvsshell.ini 15 Mar 2002 10:43:37 -0000 1.7
***************
*** 14,19 ****
co, get, checkout = cvs_cmds.checkout
st, stat, status = cvs_cmds.status
! auto = cvs_cmds.toggleCvsRootAutoUpdate
! full = basic_cmds.toggleFullStatusLine
end
--- 14,19 ----
co, get, checkout = cvs_cmds.checkout
st, stat, status = cvs_cmds.status
! auto-root = cvs_cmds.toggleCvsRootAutoUpdate
! full-info = basic_cmds.toggleFullInfoLine
end
Index: default-cvsshellrc
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/default-cvsshellrc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** default-cvsshellrc 15 Mar 2002 09:43:51 -0000 1.7
--- default-cvsshellrc 15 Mar 2002 10:43:37 -0000 1.8
***************
*** 12,21 ****
# Switch colors on or off
! colors = off
end
# commands that should be executed at start-up
section INIT_CMDS:
! auto on
end
--- 12,32 ----
# Switch colors on or off
! colors = on
! color-info = cyan
! # color-new =
! color-added = purple
! color-conflict = red
! color-modified = green
! color-patched = yellow
! # color-removed =
! color-updated = blue
! color-unknown = pink
! # color-ok
! # color-deleted
end
# commands that should be executed at start-up
section INIT_CMDS:
! auto-root on
end
|