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

Re: svn commit: r1222040 - /subversion/trunk/subversion/libsvn_client/diff.c

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 22 Dec 2011 11:51:50 +0200

Merge to 1.7.x?

On Thu, Dec 22, 2011, at 05:17, dongsheng_at_apache.org wrote:
> Author: dongsheng
> Date: Thu Dec 22 05:17:05 2011
> New Revision: 1222040
>
> URL: http://svn.apache.org/viewvc?rev=1222040&view=rev
> Log:
> Making up for the missing single quotation mark.
>
> Obvious fix.
>
> 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=1222040&r1=1222039&r2=1222040&view=diff
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_client/diff.c (original)
> +++ subversion/trunk/subversion/libsvn_client/diff.c Thu Dec 22 05:17:05 2011
> @@ -1607,7 +1607,7 @@ diff_prepare_repos_repos(const char **ur
> *url1, *rev1, *rev2);
> else
> return svn_error_createf(SVN_ERR_FS_NOT_FOUND, NULL,
> - _("Diff targets '%s and '%s' were not found "
> + _("Diff targets '%s' and '%s' were not found "
> "in the repository at revisions '%ld' and "
> "'%ld'"),
> *url1, *url2, *rev1, *rev2);
>
>
>
Received on 2011-12-22 10:52:25 CET

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.