Switch to side-by-side view

--- a/Allura/allura/templates/repo/commit_browser.html
+++ b/Allura/allura/templates/repo/commit_browser.html
@@ -16,7 +16,7 @@
   {% if status == 'no_commits' %}
     <p>No commits to display.</p>
   {% elif status == 'too_many_commits' %}
-    <p>The commit browser is currently only available for projects with less than 5,000 commits.</p>
+    <p>The commit browser is currently only available for projects with less than 2,000 commits.</p>
   {% elif status == 'not_ready' %}
     <p>You must wait for the repository to be fully analyzed.</p>
   {% else %}