diff --git a/rhodecode/templates/changelog/changelog.html b/rhodecode/templates/changelog/changelog.html
--- a/rhodecode/templates/changelog/changelog.html
+++ b/rhodecode/templates/changelog/changelog.html
@@ -32,21 +32,25 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
+
%for cnt,cs in enumerate(c.pagination):
-
${_('commit')} ${cs.revision}: ${h.short_id(cs.raw_id)}@${cs.date}
+
+ ${h.checkbox(cs.short_id,class_="changeset_range")}
+ ${_('commit')} ${cs.revision}: ${h.short_id(cs.raw_id)}@${cs.date}
+
,20)})
@@ -113,6 +117,37 @@ ${c.repo_name} ${_('Changelog')} - ${c.r
%else: