##// END OF EJS Templates
hgweb: fetch tipmost unfiltered rev thru the changelog...
Kevin Bullock -
r18477:010d6d3f stable
parent child Browse files
Show More
@@ -188,7 +188,7 b' def changelog(web, req, tmpl, shortlog=F'
188 if 'rev' in req.form:
188 if 'rev' in req.form:
189 hi = req.form['rev'][0]
189 hi = req.form['rev'][0]
190 else:
190 else:
191 hi = len(web.repo) - 1
191 hi = 'tip'
192 try:
192 try:
193 ctx = web.repo[hi]
193 ctx = web.repo[hi]
194 except error.RepoError:
194 except error.RepoError:
General Comments 0
You need to be logged in to leave comments. Login now