##// END OF EJS Templates
webcommands: add missing hg import
Patrick Mezard -
r5960:06467b51 default
parent child Browse files
Show More
@@ -6,7 +6,7 b''
6 6 # of the GNU General Public License, incorporated herein by reference.
7 7
8 8 import os, mimetypes
9 from mercurial import revlog, util
9 from mercurial import revlog, util, hg
10 10 from common import staticfile, ErrorResponse
11 11
12 12 def log(web, req, tmpl):
General Comments 0
You need to be logged in to leave comments. Login now