You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/10/24 11:10:38 UTC

svn commit: r1188056 - /subversion/branches/showing-merge-info/subversion/libsvn_client/url.c

Author: julianfoad
Date: Mon Oct 24 09:10:38 2011
New Revision: 1188056

URL: http://svn.apache.org/viewvc?rev=1188056&view=rev
Log:
On the 'showing-merge-info' branch: Remove a comment.

Modified:
    subversion/branches/showing-merge-info/subversion/libsvn_client/url.c

Modified: subversion/branches/showing-merge-info/subversion/libsvn_client/url.c
URL: http://svn.apache.org/viewvc/subversion/branches/showing-merge-info/subversion/libsvn_client/url.c?rev=1188056&r1=1188055&r2=1188056&view=diff
==============================================================================
--- subversion/branches/showing-merge-info/subversion/libsvn_client/url.c (original)
+++ subversion/branches/showing-merge-info/subversion/libsvn_client/url.c Mon Oct 24 09:10:38 2011
@@ -238,8 +238,6 @@ svn_client__check_branch_root_marker(con
     }
   else if (strcmp(source_marker, target_marker) != 0)
     {
-      /* ### The '.99' is just for display tidiness when I'm messing about
-       * with using 'svn:ignore' as the branch marker property. */
       return svn_error_createf(SVN_ERR_CLIENT_NOT_READY_TO_MERGE, NULL,
                                _("Source branch marker is '%s' but "
                                  "target branch marker is '%s'"),