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

Re: svn commit: rev 5795 - trunk/tools/client-side

From: <kfogel_at_collab.net>
Date: 2003-05-05 17:46:19 CEST

rooneg@tigris.org writes:
> Modified:
> trunk/tools/client-side/vc-svn.el
> Log:
> * tools/client-side/vc-svn.el
> (vc-svn-find-version): simplify and make more consistent with the rest of
> the functions in vc-svn.el.

Heh! And two seconds after saying "The code looks pro to me", I see
that Kalle Niemitalo has made the obvious simplification... :-)
Thanks, Kalle.

-K

> Submitted By: Kalle Olavi Niemitalo <kon@iki.fi>
>
>
> Modified: trunk/tools/client-side/vc-svn.el
> ==============================================================================
> --- trunk/tools/client-side/vc-svn.el (original)
> +++ trunk/tools/client-side/vc-svn.el Sun May 4 08:47:11 2003
> @@ -407,7 +407,7 @@
> 1 0))))
>
> (defun vc-svn-find-version (file rev buffer)
> - (apply 'vc-do-command buffer 0 vc-svn-program-name file
> - "cat" (list "-r" rev)))
> + (vc-do-command buffer 0 vc-svn-program-name file
> + "cat" "-r" rev))
>
> (provide 'vc-svn)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 5 18:28:12 2003

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.