Karl Fogel <kfogel@newton.ch.collab.net> writes:
> cmpilato@tigris.org writes:
> > Modified: trunk/subversion/libsvn_wc/status_editor.c
> > ==============================================================================
> > --- trunk/subversion/libsvn_wc/status_editor.c (original)
> > +++ trunk/subversion/libsvn_wc/status_editor.c Fri Apr 18 08:43:48 2003
> > @@ -44,6 +44,7 @@
> > const char *path;
> > svn_wc_adm_access_t *adm_access;
> > svn_boolean_t descend;
> > + svn_boolean_t report_root;
>
> Doc comment? It's not immediately clear what the new field does,
If you wanna add it, go for it. The places where it is used make it
clear that the boolean variable named "report_root" indicates whether
or not we are supposed to report changes to the root node of the
editor drive. Not really rocket science here.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 18 17:22:30 2003