You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@lyra.org> on 2001/11/05 20:10:00 UTC

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

>...
> @@ -1192,7 +1235,8 @@
>                ## ### todo: comment this back in when it's working
>                ## hook_test,
>                merge_mixed_revisions,
> -              commit_uri_unsafe
> +              commit_uri_unsafe,
> +              commit_deleted_edited
>               ]

One interesting tidbit of Python info: a trailing comma is perfectly
acceptable. It can make maintenance much easier since you don't need to
worry about visiting the prior line to add a comma before adding your own
line.

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