[Cvsshell-devel] CVS: cvsshell/etc cvsshell.ini,1.14,1.15
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2003-04-20 20:52:11
|
Update of /cvsroot/cvsshell/cvsshell/etc In directory sc8-pr-cvs1:/tmp/cvs-serv22538/etc Modified Files: cvsshell.ini Log Message: implemented diff command Index: cvsshell.ini =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** cvsshell.ini 15 Apr 2003 13:40:08 -0000 1.14 --- cvsshell.ini 20 Apr 2003 20:52:04 -0000 1.15 *************** *** 24,27 **** --- 24,28 ---- refresh = basic_cmds.refresh show-unmodified = basic_cmds.showUnmodified + diff = cvs_cmds.diff end *************** *** 34,37 **** --- 35,39 ---- co, get, checkout = Acsd:ND:r:fj:k:lRnpP st, stat, status = lrv + diff = D:D:lNR end |