##// END OF EJS Templates
Drop a bad import that snuck in.
Bryan O'Sullivan -
r5565:feac5b0b default
parent child Browse files
Show More
@@ -13,7 +13,6 b' from mercurial.i18n import gettext as _'
13 from mercurial import mdiff, ui, hg, util, archival, streamclone, patch
13 from mercurial import mdiff, ui, hg, util, archival, streamclone, patch
14 from mercurial import revlog, templater
14 from mercurial import revlog, templater
15 from common import ErrorResponse, get_mtime, staticfile, style_map, paritygen
15 from common import ErrorResponse, get_mtime, staticfile, style_map, paritygen
16 from common import statusmsg
17
16
18 def _up(p):
17 def _up(p):
19 if p[0] != "/":
18 if p[0] != "/":
General Comments 0
You need to be logged in to leave comments. Login now