[Cvsshell-devel] CVS: cvsshell/src/etc cvsshell.ini,1.2,1.3
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-03-15 00:47:11
|
Update of /cvsroot/cvsshell/cvsshell/src/etc In directory usw-pr-cvs1:/tmp/cvs-serv29355/src/etc Modified Files: cvsshell.ini Log Message: * improved color support (it's configurable to switch on/off) * made full command working Index: cvsshell.ini =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/etc/cvsshell.ini,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cvsshell.ini 15 Mar 2002 00:32:58 -0000 1.2 --- cvsshell.ini 15 Mar 2002 00:47:08 -0000 1.3 *************** *** 1,24 **** - section COMMANDS: - exit = basic_cmds.exitProgram - ?, help = basic_cmds.cmdHelp - cd = basic_cmds.changeDir - up, upd, update = basic_cmds.update - refresh = basic_cmds.simulateUpdate - sr,set-root = basic_cmds.setCvsRoot - rr,read-root = basic_cmds.readCvsRoot - cr,clear-root = basic_cmds.clearCvsRoot - list = basic_cmds.printListing - ad, add, new = basic_cmds.add - ci, com, commit = basic_cmds.commit - delete, remove = basic_cmds.remove - co, get, checkout = basic_cmds.checkout - st, stat, status = basic_cmds.status - auto = basic_cmds.toggleCvsRootAutoUpdate - full = basic_cmds.toggleFullStatusLine - end - - section PARSERS: - INIT_CMDS = basic_cmds.parseInitCmdsSection - CVSROOT = basic_cmds.parseCvsRootSection - DEFAULT_CMD_OPTIONS = basic_cmds.parseDefaultOptions - end \ No newline at end of file --- 0 ---- |