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

Re: [PATCH] Remove 'G' from svn status --help output

From: Daniel L. Rall <dlr_at_finemaltcoding.com>
Date: 2005-05-28 01:34:59 CEST

On Fri, 2005-05-27 at 11:06 -0400, Paul Burba wrote:
...
> It appears this was mistakenly(?) added in rev 8660. Assuming there
> is no reason for it, here is my humble patch to remove it.
>
> Paul B.
>
> [[[
> Remove mention of 'G' Merged from svn status --help.
>
> svn status will never show status 'G' in column 1.
>
> * subversion/clients/cmdline/main.c
> (svn_cl__cmd_table): Remove mention of 'G' as an option for the first
> column.
> ]]]
>
> Index: main.c
> ===================================================================
> --- main.c (revision 14856)
> +++ main.c (working copy)
> @@ -623,7 +623,6 @@
> " 'A' Added\n"
> " 'C' Conflicted\n"
> " 'D' Deleted\n"
> - " 'G' Merged\n"
> " 'I' Ignored\n"
> " 'M' Modified\n"
> " 'R' Replaced\n"

Thanks Paul, committed as r14870.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 28 01:35:40 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.