You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by John Szakmeister <jo...@szakmeister.net> on 2003/11/03 23:52:11 UTC

[PATCH] Re: svn blame -r REV

Here the patch!  It was very small. :-)  Let me know if I should tweak 
something.  BTW, it passes 'make check'... not that there are any checks in 
there for 'svn blame'. :-)

Log:
----------------------------------------
Fix 'svn blame -rX' to do the intuitive thing: translate '-rX' into
'-r1:X'.

* subversion/clients/cmdline/blame-cmd.c
  (svn_cl__blame): Added a check to see if only the start revision was
  specified, and alter the start and end revision to produce the desired
  output.
----------------------------------------

-John

Re: [PATCH] Re: svn blame -r REV

Posted by kf...@collab.net.
John Szakmeister <jo...@szakmeister.net> writes:
> Here the patch!  It was very small. :-)  Let me know if I should tweak 
> something.  BTW, it passes 'make check'... not that there are any checks in 
> there for 'svn blame'. :-)

Looks excellent, thanks!  Applied in r7629.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org