List:Internals« Previous MessageNext Message »
From:paul Date:March 31 2005 7:46pm
Subject:bk commit - mysqldoc tree (paul:1.2796)
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.2796 05/03/31 13:46:47 paul@stripped +1 -0
  Typo in variable name.

  tools/texi2db
    1.28 05/03/31 13:46:46 paul@stripped +1 -1
    Typo in variable name.

# 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.27/tools/texi2db	2005-03-31 12:04:12 -06:00
+++ 1.28/tools/texi2db	2005-03-31 13:46:46 -06:00
@@ -1348,7 +1348,7 @@
 	} elsif ($replacement eq 'PXREF') {
 		$replacement = "see " . &crossref();
 	} elsif ($replacement eq 'UREF') {
-		my @params = split(/\s*,\s*/, $contents);
+		my @param = split(/\s*,\s*/, $contents);
 		$link = $param[0];
 		$linktitle = $param[2] || $param[1] || $param[0];
 		$replacement = "\<ulink url='$link'\>$linktitle\<\/ulink\>";
Thread
bk commit - mysqldoc tree (paul:1.2796)paul31 Mar