On Tue, 2010-06-15, Julian Foad wrote:
> > Author: gstein
> > Date: Tue Jun 8 00:47:22 2010
> > New Revision: 952493
> >
> > URL: http://svn.apache.org/viewvc?rev=952493&view=rev
> > Log:
[...]
> > * subversion/libsvn_wc/wc_db.c:
> > (count_children): new helper to count the number of children of a given
> > PARENT_RELPATH within a specific table.
> > (add_children_to_hash): new helper to scan children, placing their names
> > into a hash table as keys (and the mapped values).
> > (union_children): new helper to scan both BASE_NODE and WORKING_NODE and
> > manually create a union of the resulting names using a hash table.
> > (single_table_children): new helper to return the children from a single
> > table.
>
> Hi Greg. Please could you copy these descriptions of the four new
> functions into doc strings in the source file.
Ping!
Thanks.
- Julian
Received on 2010-06-22 16:32:17 CEST