On Thu, May 5, 2011 at 16:22, <[email protected]> wrote: > Author: rhuijben > Date: Thu May 5 20:22:43 2011 > New Revision: 1099955 > > URL: http://svn.apache.org/viewvc?rev=1099955&view=rev > Log: > In the status walker simplify some depth handling code and remove an > unneeded argument. > > * subversion/libsvn_wc/status.c > (get_dir_status): Replace some weird depth handling checks with a simple > check and some constants. > Remove unneeded had_props argument, as we already have that value in > dir_info.
I don't understand this part about had_props. Most of the calls were using constant values. Thus, switching to info->had_props is a semantic change. >... Cheers, -g

