a44421a79fb36cc2036fe116b97ea3bc9590cd0c
braney
  Fri Dec 2 09:34:39 2011 -0800
removed rcsid (#295)
diff --git src/hg/hgsqldump/hgsqldump.c src/hg/hgsqldump/hgsqldump.c
index 92e88ea..c531ae0 100644
--- src/hg/hgsqldump/hgsqldump.c
+++ src/hg/hgsqldump/hgsqldump.c
@@ -1,21 +1,20 @@
 /* hgsqldump - Execute mysqldump using passwords from .hg.conf. */
 #include "common.h"
 #include "options.h"
 #include "sqlProg.h"
 
-static char const rcsid[] = "$Id: hgsqldump.c,v 1.7 2008/03/01 08:08:22 jzhu Exp $";
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "hgsqldump - Execute mysqldump using passwords from .hg.conf\n"
   "usage:\n"
   "   hgsqldump [OPTIONS] database [tables]\n"
   "or:\n"
   "   hgsqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3 ...]\n"
   "or:\n"
   "   hgsqldump [OPTIONS] --all-databases [OPTIONS]\n"
   "Generally anything in command line is passed to mysqldump\n"
   "\tafter an implicit '-u user -ppassword\n"
   "See also: mysqldump\n"