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

Re: [PATCH] Add verbose support to blame

From: Ben Reser <ben_at_reser.org>
Date: 2004-02-16 03:37:16 CET

On Sat, Feb 14, 2004 at 07:11:29PM -0600, Ben Gollmer wrote:
> I was reading the thread 'annotate support for emacs', and I thought
> I'd give this patching thing a shot. Yes, the date format is verbose,
> but that's the way libsvn_subr/time.c said to do it.
>
> Log:
> * clients/cmdline/main.c: Add '-v | --verbose' switch support to
> svn blame.
> * clients/cmdline/blame-cmd.c
> (svn__cl_blame): Pass the verbose argument to svn_client_blame().
> (blame_reciever): If the verbose argument is present, format the
> date and include it in the output.
> * include/svn_client.h: Add 'svn_boolean_t verbose' argument to
> the declaration of svn_client_blame().
> * libsvn_client/blame.c
> (svn_client_blame): Pass the verbose argument to blame receiver.

You changed the function signature. So this isn't going to go into
1.0.x. You'd have to make a svn_client_blame_verbose() to put it in
1.0.x.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 16 03:37:30 2004

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.