[PATCH 8 of 15] Forgot to let this one also use method local vars

vincent at ricardis.tudelft.nl vincent at ricardis.tudelft.nl
Wed Aug 24 16:49:16 CDT 2005


Patch subject is complete summary.


# HG changeset patch
# User Vincent Wagelaar <vincent at ricardis.tudelft.nl>
# Node ID 87c9ccd85da175dc06aa359db3e618c1d9d4b0e6
# Parent  904616aa5d021f2a2a3b842f554d95562440c409
Forgot to let this one also use method local vars

diff -r 904616aa5d02 -r 87c9ccd85da1 mercurial/hgweb.py
--- a/mercurial/hgweb.py	Wed Aug 24 11:38:14 2005
+++ b/mercurial/hgweb.py	Wed Aug 24 11:42:22 2005
@@ -855,7 +855,7 @@
             try:
                 real = self.cp.get("paths", virtual)
                 h = hgweb(real, None, templates)
-                h.run()
+                h.run(stdin, stdout, env)
                 return
             except NoOptionError:
                 httpnotfound(stdout, virtual)


More information about the Mercurial mailing list