List:Internals« Previous MessageNext Message »
From:paul Date:April 27 2005 2:25pm
Subject:bk commit - mysqldoc tree (paul:1.2905)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2905 05/04/27 09:25:25 paul@stripped +1 -0
  Be more paranoid about errors.

  tools/build-chm
    1.4 05/04/27 09:25:23 paul@stripped +3 -0
    Be more paranoid about errors.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	paul
# Host:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.3/tools/build-chm	2005-02-07 15:07:30 -06:00
+++ 1.4/tools/build-chm	2005-04-27 09:25:23 -05:00
@@ -29,6 +29,9 @@
 	exit 1
 fi
 
+# Use set -e to exit if any simple command fails.
+set -e
+
 HTMLHELPDIR=$1
 shift
 CHMFILE=$1
Thread
bk commit - mysqldoc tree (paul:1.2905)paul27 Apr