Update of /cvsroot/cvsshell/cvsshell/src
In directory usw-pr-cvs1:/tmp/cvs-serv22746/src
Modified Files:
cvs_shell.py
Log Message:
changed prefix for dirs in listing.
Index: cvs_shell.py
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/src/cvs_shell.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** cvs_shell.py 14 Mar 2002 18:45:46 -0000 1.15
--- cvs_shell.py 14 Mar 2002 19:06:44 -0000 1.16
***************
*** 373,377 ****
lines.append("%s:\n" % newDir)
if os.path.isdir(os.path.join(self.rootDir, e.dir, e.name)):
! isDir = "<dir>"
else:
isDir = ''
--- 373,377 ----
lines.append("%s:\n" % newDir)
if os.path.isdir(os.path.join(self.rootDir, e.dir, e.name)):
! isDir = "<dir> "
else:
isDir = ''
|