Update of /cvsroot/cvsshell/cvsshell/src
In directory usw-pr-cvs1:/tmp/cvs-serv22241/src
Modified Files:
cvs_cmds.py
Log Message:
fixed bug in update command (bug id: 584831)
Index: cvs_cmds.py
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_cmds.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cvs_cmds.py 27 May 2002 07:32:29 -0000 1.8
--- cvs_cmds.py 26 Jul 2002 15:32:57 -0000 1.9
***************
*** 77,81 ****
! def update(app, args, name, simulate=0):
"""Bring work tree in sync with repository.
This command donwloads new files and changes to already
--- 77,81 ----
! def update(app, name, args, simulate=0):
"""Bring work tree in sync with repository.
This command donwloads new files and changes to already
|