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

Re: svn commit: r33203 - in branches/file-externals/subversion: include libsvn_wc tests/cmdline

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 19 Sep 2008 23:00:19 -0700

On Fri, Sep 19, 2008 at 9:32 PM, <blair_at_tigris.org> wrote:
>...
> +++ branches/file-externals/subversion/tests/cmdline/externals_tests.py Fri Sep 19 21:32:17 2008 (r33203)
>...
> @@ -1000,7 +1050,8 @@ test_list = [ None,
> external_with_peg_and_op_revision,
> new_style_externals,
> disallow_propset_invalid_formatted_externals,
> - old_style_externals_ignore_peg_reg
> + old_style_externals_ignore_peg_reg,
> + cannot_rm_file_externals
> ]

You should put a trailing comma on those elements. Python is fine with
that. And it means that future changes are just adding a line, rather
than modify one line, and add another.

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-09-20 08:00:42 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.