# This is a patch for moin-1.2.3.orig to update it to moin-1.2.3
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####
diff -u 'moin-1.2.3.orig/MoinMoin/macro/Include.py' 'moin-1.2.3/MoinMoin/macro/Include.py'
Index: ./MoinMoin/macro/Include.py
--- ./MoinMoin/macro/Include.py	Wed Jul 21 21:02:16 2004
+++ ./MoinMoin/macro/Include.py	Thu Oct 21 15:54:21 2004
@@ -148,7 +148,7 @@
                     result.append(macro.formatter.bullet_list(1))
                     levelstack.append(level)
                 result.append(macro.formatter.listitem(1))
-                result.append(inc_page.link_to(title))
+                result.append(inc_page.link_to(macro.request, title))
                 result.append(macro.formatter.listitem(0))
             while levelstack:
                 result.append(macro.formatter.bullet_list(0))
#### End of Patch data ####

#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Thu Oct 21 15:55:03 2004
# Generated by        : makepatch 2.00_07*
# Recurse directories : Yes
# Excluded files      : (\A|/).*\~\Z
#                       (\A|/).*\.a\Z
#                       (\A|/).*\.bak\Z
#                       (\A|/).*\.BAK\Z
#                       (\A|/).*\.elc\Z
#                       (\A|/).*\.exe\Z
#                       (\A|/).*\.gz\Z
#                       (\A|/).*\.ln\Z
#                       (\A|/).*\.o\Z
#                       (\A|/).*\.obj\Z
#                       (\A|/).*\.olb\Z
#                       (\A|/).*\.old\Z
#                       (\A|/).*\.orig\Z
#                       (\A|/).*\.rej\Z
#                       (\A|/).*\.so\Z
#                       (\A|/).*\.Z\Z
#                       (\A|/)\.del\-.*\Z
#                       (\A|/)\.make\.state\Z
#                       (\A|/)\.nse_depinfo\Z
#                       (\A|/)core\Z
#                       (\A|/)tags\Z
#                       (\A|/)TAGS\Z
#                       (\A|/)\.\#.*\Z
#                       (\A|/)\#.*\Z
#                       (\A|/)_\$.*\Z
#                       (\A|/).*\$\Z
#                       (\A|/)CVS\Z
#                       (\A|/)CVS\.adm\Z
#                       (\A|/)cvslog\..*\Z
#                       (\A|/)\,.*\Z
#                       (\A|/).*\,v\Z
#                       (\A|/)RCS\Z
#                       (\A|/)RCSLOG\Z
#                       (\A|/)p\..*\Z
#                       (\A|/)s\..*\Z
#                       (\A|/)SCCS\Z
# p 'MoinMoin/macro/Include.py' 8403 1098370461 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Thu Oct 21 15:55:03 2004] ####
#### Patch checksum: 61 2515 17928 ####
#### Checksum: 79 3201 9064 ####
