Hello all, I just updated the ASF mailer to include function names in the diffs, like we had on tigris. Note the change below includes the "read_entries_new" in the diff.
Yay! Cheers, -g On Mon, Mar 8, 2010 at 20:03, <[email protected]> wrote: > Author: gstein > Date: Tue Mar 9 01:03:10 2010 > New Revision: 920602 > > URL: http://svn.apache.org/viewvc?rev=920602&view=rev > Log: > * subversion/libsvn_wc/entries.c: > (read_entries_new): simple comment tweak. > > Modified: > subversion/trunk/subversion/libsvn_wc/entries.c > > Modified: subversion/trunk/subversion/libsvn_wc/entries.c > URL: > http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/entries.c?rev=920602&r1=920601&r2=920602&view=diff > ============================================================================== > --- subversion/trunk/subversion/libsvn_wc/entries.c (original) > +++ subversion/trunk/subversion/libsvn_wc/entries.c Tue Mar 9 01:03:10 2010 > @@ -756,7 +756,7 @@ read_entries_new(apr_hash_t **result_ent > > if (base_status == svn_wc__db_status_not_present) > { > - /* ### the underlying node is DELETED in this revision. */ > + /* The underlying node is DELETED in this revision. */ > entry->deleted = TRUE; > > /* This is an add since there isn't a node to replace. */ > > >

