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

Re: svn commit: rev 2531 - trunk/subversion/tests/clients/cmdline

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-07-16 03:35:15 CEST

On Mon, Jul 15, 2002 at 06:55:05PM -0500, cmpilato@tigris.org wrote:
>...
> @@ -297,7 +346,9 @@
> test_youngest,
> create_txn,
> remove_txn,
> - list_revs
> + list_revs,
> + dump_copied_dir,
> + dump_move_dir_modify_child
> ]

Contrary to (portable) enum usage, you *can* put a comma on the last element
in a list, which means extending the list doesn't force you to tweak the
previous line to put the missing comma on there.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 16 03:33:36 2002

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.