Update of /cvsroot/cvsshell/cvsshell/etc
In directory usw-pr-cvs1:/tmp/cvs-serv5317/etc
Modified Files:
cvsshell.ini
Log Message:
added `bin-add' command
Index: cvsshell.ini
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cvsshell.ini 15 Mar 2002 10:43:37 -0000 1.7
--- cvsshell.ini 15 Mar 2002 20:23:02 -0000 1.8
***************
*** 10,13 ****
--- 10,14 ----
list = cvs_cmds.printListing
ad, add, new = cvs_cmds.add
+ add-bin = cvs_cmds.addBinary
ci, com, commit = cvs_cmds.commit
delete, remove = cvs_cmds.remove
|