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

Re: Patch to remove release info from generic help output.

From: Karl Fogel <kfogel_at_collab.net>
Date: 2001-04-14 02:37:23 CEST

Mo DeJong <mdejong@cygnus.com> writes:
> Could someone add this patch? This change was going to be
> made some time ago but it never seemed to happen.

Done, thanks for poking.

-K

>
> * help-cmd.c (print_generic_help): Remove code
> that was printing release into in the generic
> help output.
>
> Index: help-cmd.c
> ===================================================================
> RCS file: /cvs/subversion/subversion/client/help-cmd.c,v
> retrieving revision 1.5
> diff -u -r1.5 help-cmd.c
> --- help-cmd.c 2001/04/03 02:16:06 1.5
> +++ help-cmd.c 2001/04/13 22:48:06
> @@ -99,7 +99,7 @@
> i++;
> }
>
> - printf ("\nSubversion, version %s\n", SVN_VERSION);
> + printf ("\n");
> printf ("%s\n", info);
>
> }
Received on Sat Oct 21 14:36:28 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.