[Cvsshell-devel] CVS: cvsshell/etc cvsshell.ini,1.8,1.9 default-cvsshellrc,1.9,1.10
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-05-27 08:08:09
|
Update of /cvsroot/cvsshell/cvsshell/etc In directory usw-pr-cvs1:/tmp/cvs-serv23433/etc Modified Files: cvsshell.ini default-cvsshellrc Log Message: Index: cvsshell.ini =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** cvsshell.ini 15 Mar 2002 20:23:02 -0000 1.8 --- cvsshell.ini 27 May 2002 07:38:52 -0000 1.9 *************** *** 5,11 **** up, upd, update = cvs_cmds.update refresh = cvs_cmds.simulateUpdate ! sr,set-root = cvs_cmds.setCvsRoot ! rr,read-root = cvs_cmds.readCvsRoot ! cr,clear-root = cvs_cmds.clearCvsRoot list = cvs_cmds.printListing ad, add, new = cvs_cmds.add --- 5,11 ---- up, upd, update = cvs_cmds.update refresh = cvs_cmds.simulateUpdate ! set-root = cvs_cmds.setCvsRoot ! read-root = cvs_cmds.readCvsRoot ! clear-root = cvs_cmds.clearCvsRoot list = cvs_cmds.printListing ad, add, new = cvs_cmds.add *************** *** 13,20 **** --- 13,22 ---- ci, com, commit = cvs_cmds.commit delete, remove = cvs_cmds.remove + rename = cvs_cmds.rename co, get, checkout = cvs_cmds.checkout st, stat, status = cvs_cmds.status auto-root = cvs_cmds.toggleCvsRootAutoUpdate full-info = basic_cmds.toggleFullInfoLine + auto-refresh = basic_cmds.setAutoRefresh end Index: default-cvsshellrc =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/etc/default-cvsshellrc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** default-cvsshellrc 28 Mar 2002 21:39:11 -0000 1.9 --- default-cvsshellrc 27 May 2002 07:38:54 -0000 1.10 *************** *** 29,32 **** --- 29,33 ---- section INIT_CMDS: auto-root on + auto-refresh on end |