On Wed, May 12, 2010 at 12:40, <dan...@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