Update of /cvsroot/cvsshell/cvsshell/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv10619/etc
Modified Files:
cvsshell.ini
Log Message:
implemented log command
Index: cvsshell.ini
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** cvsshell.ini 21 Apr 2003 08:02:24 -0000 1.16
--- cvsshell.ini 21 Apr 2003 20:08:50 -0000 1.17
***************
*** 25,28 ****
--- 25,29 ----
show-unmodified = basic_cmds.showUnmodified
diff = cvs_cmds.diff
+ log = cvs_cmds.log
end
***************
*** 36,39 ****
--- 37,41 ----
st, stat, status = lrv
diff = r:r:D:D:lNR
+ log = bd:hNr:Rs:tw:r
end
|