List:Internals« Previous MessageNext Message »
From:paul Date:August 31 2005 3:51pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3439)
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.3439 05/08/31 10:51:56 paul@stripped +1 -0
  texi2db:
    Don't include -slash- or -bslash- in id attributes.

  tools/texi2db
    1.29 05/08/31 10:51:36 paul@stripped +4 -2
    Don't include -slash- or -bslash- in id attributes.

# 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.28/tools/texi2db	2005-03-31 13:46:46 -06:00
+++ 1.29/tools/texi2db	2005-08-31 10:51:36 -05:00
@@ -1536,8 +1536,10 @@
 	$anchor =~ s/&(\w)cedil/$1/g;
 	$anchor =~ s/&/-and-/g;
 	$anchor =~ s/;//g;
-	$anchor =~ s/\//-slash-/g;
-	$anchor =~ s/\\/-bslash-/g;
+	#$anchor =~ s/\//-slash-/g;
+	#$anchor =~ s/\\/-bslash-/g;
+	$anchor =~ s/\//-/g;
+	$anchor =~ s/\\/-/g;
 	$anchor =~ s/\s+/-/g;
 	$anchor =~ s/'//g;
 	$anchor =~ s/`//g;
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3439)paul31 Aug