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