[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 6359 - trunk/tools/cvs2svn

From: <kfogel_at_collab.net>
Date: 2003-06-27 01:28:03 CEST

Greg Stein <gstein@lyra.org> writes:
> > +++ trunk/tools/cvs2svn/cvs2svn.py Thu Jun 26 00:44:29 2003
> >...
> > if debugging:
> > - for n in range(i): print " ",
> > + print " " * i
>
> You've lost the trailing comma. While the *i is more efficient, I believe
> you still want that trailing comma:
>
> print " " * i,

D'oh! Thanks, yes. However many spaces I want, that's what I put
between the quotes, no more :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 27 02:18:05 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.