# HG changeset patch # User mpm@selenic.com # Date 1124499671 28800 # Node ID 16c8b36fd3c1146e6e2cf138fb81adfde2c1810c # Parent 307ca8ca234f2fa026d5d823f879f5c6c1fb17db Fix hgwebdir virtual start-up diff --git a/mercurial/hgweb.py b/mercurial/hgweb.py --- a/mercurial/hgweb.py +++ b/mercurial/hgweb.py @@ -833,7 +833,7 @@ class hgwebdir: if virtual: real = self.cp.get("paths", virtual[1:]) - h = hgweb.hgweb(real) + h = hgweb(real) h.run() return