[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 577 - trunk/subversion/clients/cmdline

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-11-30 09:40:42 CET

On Thu, Nov 29, 2001 at 07:53:50PM -0600, sussman@tigris.org wrote:
>...
> --- OLD/trunk/subversion/clients/cmdline/status.c Thu Nov 29 19:53:49 2001
> +++ NEW/trunk/subversion/clients/cmdline/status.c Thu Nov 29 19:53:49 2001
>...
> @@ -192,6 +192,8 @@
> /* Otherwise, go ahead and show the local revision number. */
> else if (local_rev == SVN_INVALID_REVNUM)
> printf ("%s %c ? %s\n", str_status, update_char, path);
> + else if (status->copied)
> + printf ("%s %c - %s\n", str_status, update_char, path);
> else
> printf ("%s %c %6ld %s\n", str_status, update_char,
> local_rev, path);

Any particular reason for that '?' and the '-' not to line up?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:50 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.