# HG changeset patch # User mpm@selenic.com # Date 1117666776 28800 # Node ID 9ff5a78d0c45565dc329649ee7ffb0eba142804a # Parent 2d60aa9bde0aba8ff1f746473d2db758449404f2 hgweb: import ui -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hgweb: import ui Fix from Edouard Gomez manifest hash: 6157f19523d28465a6f0c49adec96c17aa9df118 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnj3YywK+sNU5EO8RAgHBAJ0b+oHTOyDVDtC5vsQvAzpn0saRAACfYmAU 5q/mDghl/UWYGiSAY1i/l0w= =i9MB -----END PGP SIGNATURE----- diff --git a/mercurial/hgweb.py b/mercurial/hgweb.py --- a/mercurial/hgweb.py +++ b/mercurial/hgweb.py @@ -12,6 +12,7 @@ cgitb.enable() import os, cgi, time, re, difflib, sys, zlib from mercurial.hg import * +from mercurial.ui import * def templatepath(): for f in "templates", "../templates":