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

Re: svn commit: r33604 - trunk/subversion/tests/cmdline

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 13 Oct 2008 01:08:51 -0700

On Sun, Oct 12, 2008 at 6:47 AM, <julianfoad_at_tigris.org> wrote:
>...
\> # diff r2 against working copy
> - diff_repos_wc = [
> - "Index: A/mucopy\n",
> - "===================================================================\n",
> - "--- A/mucopy\t(revision 2)\n",
> - "+++ A/mucopy\t(working copy)\n",
> + diff_repos_wc = make_diff_header("A/mucopy", "revision 2", "working copy")
> + diff_repos_wc += [

(nit)
All the other functions do +[ on the end of the first line. This one
breaks that style with the += ...

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-13 10:09:05 CEST

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.