##// END OF EJS Templates
fixes issues with new dag graph for mercurial 1.9
marcink -
r1434:d21c14e3 beta
parent child Browse files
Show More
@@ -102,6 +102,8 class ChangelogController(BaseRepoContro
102 rev_start = max(0, rev_end - revcount)
102 rev_start = max(0, rev_end - revcount)
103
103
104 data = []
104 data = []
105 rev_end += 1
106
105 if repo.alias == 'git':
107 if repo.alias == 'git':
106 for _ in xrange(rev_start, rev_end):
108 for _ in xrange(rev_start, rev_end):
107 vtx = [0, 1]
109 vtx = [0, 1]
General Comments 0
You need to be logged in to leave comments. Login now