##// END OF EJS Templates
hgweb: drop an unused variable assignment...
Matt Harbison -
r44432:3e4294aa default
parent child Browse files
Show More
@@ -1268,7 +1268,6 b' def archive(web):'
1268 name = b"%s-%s" % (reponame, arch_version)
1268 name = b"%s-%s" % (reponame, arch_version)
1269
1269
1270 ctx = webutil.changectx(web.repo, web.req)
1270 ctx = webutil.changectx(web.repo, web.req)
1271 pats = []
1272 match = scmutil.match(ctx, [])
1271 match = scmutil.match(ctx, [])
1273 file = web.req.qsparams.get(b'file')
1272 file = web.req.qsparams.get(b'file')
1274 if file:
1273 if file:
General Comments 0
You need to be logged in to leave comments. Login now