Show More
@@ -424,7 +424,7 b' def action_parser(user_log):' | |||||
424 |
|
424 | |||
425 | def get_cs_links(): |
|
425 | def get_cs_links(): | |
426 | if action == 'push': |
|
426 | if action == 'push': | |
427 |
revs_limit = |
|
427 | revs_limit = 1000 | |
428 | revs = action_params.split(',') |
|
428 | revs = action_params.split(',') | |
429 | cs_links = " " + ', '.join ([link(rev, |
|
429 | cs_links = " " + ', '.join ([link(rev, | |
430 | url('changeset_home', |
|
430 | url('changeset_home', |
General Comments 0
You need to be logged in to leave comments.
Login now