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

Re: [Patch] Blame test for unkown revision

From: <alexander_at_collab.net>
Date: 2005-05-17 08:35:22 CEST

Sorry for not notifying about multiple fixes in this patch, I left it
because all are very minor fixes. So Here we go..
Patch has 4 changes/fix
On Mon, 2005-05-16 at 11:10 -0500, kfogel@collab.net wrote:
> <alexander@collab.net> writes:
> > [[[
> > Patch to add blame test for unkown revision
> >
> > * subversion/clients/cmdline/blame-cmd.c
> > (svn_cl__blame): Removed line for fixing multiple targets on
> > blame, even if one or more of the target is either a directory
> > or a un-revisioned file
   When we give multiple targets on svn blame and if one of the target
is either a directory or a un-revisioned file, we will get a incomplete
xml output and blame terminates prematurely. U can get details about the
discussion at http://svn.haxx.se/dev/archive-2005-05/0604.shtml

> >
> > * subversion/clients/cmdline/main.c
> > (svn_cl__cmd_table[]): re-arranged options --incremental, --xml
> > as in list and log
> >
   A simple rearrangement of options to standardize svn help on blame
with list and log

> > * subversion/tests/clients/cmdline/blame_tests.py
> > (blame_on_unknown_revision): New test for blame output on
> > unknown revision
> > (test_list): added blame_on_unknown_revision

http://svn.haxx.se/dev/archive-2005-05/0547.shtml

> > * tools/client-side/bash_completion
> > (_svn): Add "--incremental" and "--xml" options to "blame" command.
added new blame option --incremental and --xml in bash auto-completion
(programmable completion and extended pattern matching) script

> > ]]]
>

Hope this will do :)

Thanks
-Alexander Thomas (AT)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 17 08:38:00 2005

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.