changeset 859:e81636a261cf beta

fixed limit of changesets showed in action logger
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 18 Dec 2010 16:30:42 +0100
parents 508b3976345e
children 5f7731e3ab4d
files rhodecode/lib/helpers.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/helpers.py	Sat Dec 18 15:03:18 2010 +0100
+++ b/rhodecode/lib/helpers.py	Sat Dec 18 16:30:42 2010 +0100
@@ -424,7 +424,7 @@
 
     def get_cs_links():
         if action == 'push':
-            revs_limit = 5
+            revs_limit = 1000
             revs = action_params.split(',')
             cs_links = " " + ', '.join ([link(rev,
                     url('changeset_home',