diff --git a/templates/gitweb/changelogentry.tmpl b/templates/gitweb/changelogentry.tmpl
--- a/templates/gitweb/changelogentry.tmpl
+++ b/templates/gitweb/changelogentry.tmpl
@@ -1,5 +1,5 @@
diff --git a/templates/gitweb/changeset.tmpl b/templates/gitweb/changeset.tmpl
--- a/templates/gitweb/changeset.tmpl
+++ b/templates/gitweb/changeset.tmpl
@@ -16,12 +16,13 @@
author | #author|obfuscate# |
| #date|date# (#date|age# ago) |
+#branch%changesetbranch#
changeset {rev} | {node|short} |
#parent%changesetparent#
#child%changesetchild#
diff --git a/templates/gitweb/fileannotate.tmpl b/templates/gitweb/fileannotate.tmpl
--- a/templates/gitweb/fileannotate.tmpl
+++ b/templates/gitweb/fileannotate.tmpl
@@ -35,6 +35,7 @@ annotate |
|
#date|date# (#date|age# ago) |
+#branch%filerevbranch#
changeset {rev} |
#node|short# |
diff --git a/templates/gitweb/filediff.tmpl b/templates/gitweb/filediff.tmpl
--- a/templates/gitweb/filediff.tmpl
+++ b/templates/gitweb/filediff.tmpl
@@ -28,6 +28,7 @@ diff |
{file|escape}
+{branch%filerevbranch}
changeset {rev} |
{node|short} |
diff --git a/templates/gitweb/filerevision.tmpl b/templates/gitweb/filerevision.tmpl
--- a/templates/gitweb/filerevision.tmpl
+++ b/templates/gitweb/filerevision.tmpl
@@ -35,6 +35,7 @@ file |
|
#date|date# (#date|age# ago) |
+#branch%filerevbranch#
changeset {rev} |
#node|short# |
diff --git a/templates/gitweb/manifest.tmpl b/templates/gitweb/manifest.tmpl
--- a/templates/gitweb/manifest.tmpl
+++ b/templates/gitweb/manifest.tmpl
@@ -20,7 +20,7 @@ files |
changeset #archives%archiveentry#
-#path|escape# {branches%branchtag}{tags%tagtag}
+#path|escape# {inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}