changeset 1434:d21c14e36fa8 beta

fixes issues with new dag graph for mercurial 1.9
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Jul 2011 17:28:25 +0200
parents 3d984e05d0cd
children a62af7d509ee
files rhodecode/controllers/changelog.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/controllers/changelog.py	Sun Jul 17 17:44:12 2011 +0200
+++ b/rhodecode/controllers/changelog.py	Mon Jul 18 17:28:25 2011 +0200
@@ -102,6 +102,8 @@
         rev_start = max(0, rev_end - revcount)
 
         data = []
+        rev_end += 1
+
         if repo.alias == 'git':
             for _ in xrange(rev_start, rev_end):
                 vtx = [0, 1]