[Cvsshell-devel] CVS: cvsshell/src basic_cmds.py,1.26,1.27
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2003-04-20 20:52:41
|
Update of /cvsroot/cvsshell/cvsshell/src In directory sc8-pr-cvs1:/tmp/cvs-serv22684/src Modified Files: basic_cmds.py Log Message: improved doc of refresh command Index: basic_cmds.py =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/src/basic_cmds.py,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** basic_cmds.py 19 Apr 2003 18:07:12 -0000 1.26 --- basic_cmds.py 20 Apr 2003 20:52:38 -0000 1.27 *************** *** 133,140 **** --- 133,145 ---- def refresh(app, name, args): """Refresh the current listing. + The command scans the given directory and creates a listing based on the information contained in the file CVS/Entries. If no directory is given, the current working directory is assumed. You can use the `-r' option to apply the command recursivly to all subdirectories. + + Note: The 'refresh' command works only on local files. This means that + changes committed to the respository after the last synchronization of + your local working copy are not seen in the listing produced by 'refresh'. The abbreviation `rd' means `repository date', `wd' means `working date'.""" |