Update of /cvsroot/cvsshell/cvsshell/etc
In directory usw-pr-cvs1:/tmp/cvs-serv28124/etc
Modified Files:
cvsshell.ini
Log Message:
last changes needed for release 0.3
Index: cvsshell.ini
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cvsshell.ini 4 Aug 2002 17:29:38 -0000 1.12
--- cvsshell.ini 15 Aug 2002 21:42:17 -0000 1.13
***************
*** 17,20 ****
--- 17,21 ----
st, stat, status = cvs_cmds.status
auto-root = cvs_cmds.toggleCvsRootAutoUpdate
+ replace = cvs_cmds.replace
full-info = basic_cmds.toggleFullInfoLine
auto-refresh = basic_cmds.setAutoRefresh
***************
*** 24,28 ****
section COMMAND_OPTIONS:
! up, upd, update, sim-update = AdD:r:fI:j:k:lRpPW:
refresh = r
ad, add, new = k:m:
--- 25,29 ----
section COMMAND_OPTIONS:
! up, upd, update, sim-update, replace = AdD:r:fI:j:k:lRpPW:
refresh = r
ad, add, new = k:m:
|