Mercurial > public > mercurial-scm > hg
diff mercurial/hgweb.py @ 980:5197fb9d65d5
Merge with MPM
author | Josef "Jeff" Sipek <jeffpc@optonline.net> |
---|---|
date | Wed, 17 Aug 2005 22:59:47 -0500 |
parents | 87d40e085e08 6b735e0ddd81 |
children | 4f81068ed8cd |
line wrap: on
line diff
--- a/mercurial/hgweb.py Wed Aug 17 22:32:47 2005 -0500 +++ b/mercurial/hgweb.py Wed Aug 17 22:59:47 2005 -0500 @@ -558,7 +558,7 @@ yield {"parity": parity, "path": os.path.join(path, f), "manifest": mnode, - "basename": f[:-1]} + "basename": f[:-1]} parity = 1 - parity yield self.t("manifest", @@ -738,7 +738,6 @@ if not address: address = u.config("web", "address", "") if not port: - print port port = int(u.config("web", "port", 8000)) if not use_ipv6: use_ipv6 = u.configbool("web", "ipv6")