Show More
@@ -62,7 +62,6 def branches(repo, req): | |||||
62 | yield resp |
|
62 | yield resp | |
63 |
|
63 | |||
64 | def between(repo, req): |
|
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 | resp = cStringIO.StringIO() |
|
67 | resp = cStringIO.StringIO() |
General Comments 0
You need to be logged in to leave comments.
Login now