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

Re: [PATCH] hook script for log message newline enforcement

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-03-03 22:53:54 CET

kfogel@collab.net writes:

> if len(args) > 1:
> sys.stderr.write("ERROR: only one argument allowed (the repository).\n\n")
> usage(sys.stderr)
> sys.exit(1)
>
> repos_path = args[0]

and if len(args) == 0?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 3 22:56:07 2006

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.