Author: stsp
Date: Thu Apr 5 16:09:37 2012
New Revision: 1309919
URL: http://svn.apache.org/viewvc?rev=1309919&view=rev
Log:
* subversion/libsvn_client/diff.c
(diff_prepare_repos_repos): Improve a comment.
Modified:
subversion/trunk/subversion/libsvn_client/diff.c
Modified: subversion/trunk/subversion/libsvn_client/diff.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/diff.c?rev=1309919&r1=1309918&r2=1309919&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/diff.c (original)
+++ subversion/trunk/subversion/libsvn_client/diff.c Thu Apr 5 16:09:37 2012
@@ -1613,7 +1613,7 @@ diff_prepare_repos_repos(const char **ur
/* Either or both URLs might have changed as a result of resolving
* the PATH_OR_URL@PEG_REVISION's history. If only one of the URLs
* could be resolved, use the same URL for URL1 and URL2, so we can
- * show diff that 'adds' the object (see issue #4153). */
+ * show a diff that adds or removes the object (see issue #4153). */
if (resolved_url2)
{
*url2 = resolved_url2;