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

Patch to remove release info from generic help output.

From: Mo DeJong <mdejong_at_cygnus.com>
Date: 2001-04-14 00:48:59 CEST

Could someone add this patch? This change was going to be
made some time ago but it never seemed to happen.

thanks
Mo DeJong

* 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.