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

Re: svn commit: r12033 - trunk/subversion/libsvn_client

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-11-29 20:37:22 CET

On Mon, 29 Nov 2004 kfogel@collab.net wrote:

> lundblad@tigris.org writes:
> > Log:
> > Oh, one more comment fix pointed out by Karl.
> >
> > * subversion/libsvn_client/diff.c (merge_file_changed): Remove mysterious
> > comment about identity string comparison.
> >
> > --- trunk/subversion/libsvn_client/diff.c (original)
> > +++ trunk/subversion/libsvn_client/diff.c Thu Nov 25 05:13:27 2004
> > @@ -826,8 +826,6 @@
> > || (mimetype2 && svn_mime_type_is_binary (mimetype2))))
> > {
> > svn_boolean_t same_contents;
> > - /* ### someday, we should just be able to compare
> > - identity-strings here. */
> > SVN_ERR (svn_io_files_contents_same_p (&same_contents,
> > older, mine, subpool));
> > if (same_contents)
>
> Well, that clears up the mystery! :-)
>
Does it? To me, it just removes it:-)

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 29 20:38:42 2004

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.