[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: <kfogel_at_collab.net>
Date: 2004-11-29 16:44:29 CET

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! :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 29 16:48:31 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.