##// END OF EJS Templates
hgweb: fix handling of arguments in the between command...
Sune Foldager -
r10530:ed87b6c6 stable
parent child Browse files
Show More
@@ -62,7 +62,6 def branches(repo, req):
62 62 yield resp
63 63
64 64 def between(repo, req):
65 if 'pairs' in req.form:
66 65 pairs = [map(bin, p.split("-"))
67 66 for p in req.form['pairs'][0].split(" ")]
68 67 resp = cStringIO.StringIO()
General Comments 0
You need to be logged in to leave comments. Login now