Re: [PATCH] Remove redundant member skip_descendants from libsvn_wc/update_editor.c
Philip Martin writes: > I'll take a look at your patch, it looks like a useful step. Committed in r1055463. Thanks! -- Philip
Re: [PATCH] Remove redundant member skip_descendants from libsvn_wc/update_editor.c
Arwin Arni writes: > In my pursuit to understand libsvn_wc/update_editor.c I came across an > unnecessary member (skip_descendants) in the > dir_baton. skip_descendants and skip_this are being set at the same > time and have identical values at all times. I have removed one of > these (skip_desce