Switch to side-by-side view

--- a/ForgeSVN/forgesvn/templates/commit.html
+++ b/ForgeSVN/forgesvn/templates/commit.html
@@ -8,7 +8,11 @@
 
   <head>
     <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/>
-    <title>SVN Commit</title>
+    <title>
+      $c.project.name / $c.app.config.options.mount_label / Commit
+      <py:if test="commit is None">unknown</py:if>
+      <py:if test="commit is not None">$commit.revision.number</py:if>
+    </title>
     <link rel="stylesheet" type="text/css" media="screen, projection" href="${g.forge_static('css/forge/hilite.css')}" />
   </head>