You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/05/12 16:48:17 UTC

Re: svn commit: r943571 - /subversion/trunk/subversion/libsvn_wc/status.c

On Wed, May 12, 2010 at 12:40,  <da...@apache.org> wrote:
> Author: dannas
> Date: Wed May 12 16:40:08 2010
> New Revision: 943571
>
> URL: http://svn.apache.org/viewvc?rev=943571&view=rev
> Log:
> Remove two usages of svn_wc_entry_t for checking if we have some
> interresting status to return.
>
> * subversion/libsvn_wc/status.c
>  (assemble_status): Use lock and changelist retrived with
>    svn_wc__db_read_info() instead of the entry values.

Seems that the changelist should go into the status structure. Kind of
weird to check it, but not actually use it in this function.

Cheers,
-g