[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r920602 - /subversion/trunk/subversion/libsvn_wc/entries.c

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 8 Mar 2010 20:06:34 -0500

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, <gstein_at_apache.org> 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.  */
>
>
>
Received on 2010-03-09 02:07:02 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.