You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Florian Weimer <fw...@deneb.enyo.de> on 2004/02/15 10:33:16 UTC

Re: svn commit: r8646 - trunk/tools/cvs2svn

kfogel@tigris.org wrote:

> +# Records the author and log message for each changeset.
> +# The keys are author+log digests, the same kind used to identify
> +# unique revisions in the .revs, etc files.  Each value is a list
> +# of two elements: '(author logmessage)'.

"Each value is a tuple of two elements: (author, logmessage)"?

(A tuple of two elements is a pair, but I don't know if this is common
Python terminology.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn commit: r8646 - trunk/tools/cvs2svn

Posted by kf...@collab.net.
Heh.  Yup, fixed in r8651, before seeing this mail (nice catch,
though!).

-Karl

Florian Weimer <fw...@deneb.enyo.de> writes:
> kfogel@tigris.org wrote:
> 
> > +# Records the author and log message for each changeset.
> > +# The keys are author+log digests, the same kind used to identify
> > +# unique revisions in the .revs, etc files.  Each value is a list
> > +# of two elements: '(author logmessage)'.
> 
> "Each value is a tuple of two elements: (author, logmessage)"?
> 
> (A tuple of two elements is a pair, but I don't know if this is common
> Python terminology.)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org