diff --git a/mercurial/templates/gitweb/fileannotate.tmpl b/mercurial/templates/gitweb/fileannotate.tmpl
--- a/mercurial/templates/gitweb/fileannotate.tmpl
+++ b/mercurial/templates/gitweb/fileannotate.tmpl
@@ -39,19 +39,23 @@ annotate |
author |
- {author|obfuscate} |
+ {author|obfuscate} |
+
|
- {date|rfc822date} |
+ {date|rfc822date} |
+
{branch%filerevbranch}
changeset {rev} |
- {node|short} |
+ {node|short} |
+
{parent%fileannotateparent}
{child%fileannotatechild}
permissions |
- {permissions|permissions} |
+ {permissions|permissions} |
+
diff --git a/mercurial/templates/gitweb/filecomparison.tmpl b/mercurial/templates/gitweb/filecomparison.tmpl
--- a/mercurial/templates/gitweb/filecomparison.tmpl
+++ b/mercurial/templates/gitweb/filecomparison.tmpl
@@ -39,7 +39,8 @@ comparison |
{branch%filerevbranch}
changeset {rev} |
- {node|short} |
+ {node|short} |
+
{parent%filecompparent}
{child%filecompchild}
diff --git a/mercurial/templates/gitweb/filediff.tmpl b/mercurial/templates/gitweb/filediff.tmpl
--- a/mercurial/templates/gitweb/filediff.tmpl
+++ b/mercurial/templates/gitweb/filediff.tmpl
@@ -39,7 +39,8 @@ diff |
{branch%filerevbranch}
changeset {rev} |
- {node|short} |
+ {node|short} |
+
{parent%filediffparent}
{child%filediffchild}
diff --git a/mercurial/templates/gitweb/filerevision.tmpl b/mercurial/templates/gitweb/filerevision.tmpl
--- a/mercurial/templates/gitweb/filerevision.tmpl
+++ b/mercurial/templates/gitweb/filerevision.tmpl
@@ -39,19 +39,23 @@ file |
author |
- {author|obfuscate} |
+ {author|obfuscate} |
+
|
- {date|rfc822date} |
+ {date|rfc822date} |
+
{branch%filerevbranch}
changeset {rev} |
- {node|short} |
+ {node|short} |
+
{parent%filerevparent}
{child%filerevchild}
permissions |
- {permissions|permissions} |
+ {permissions|permissions} |
+
diff --git a/mercurial/templates/spartan/fileannotate.tmpl b/mercurial/templates/spartan/fileannotate.tmpl
--- a/mercurial/templates/spartan/fileannotate.tmpl
+++ b/mercurial/templates/spartan/fileannotate.tmpl
@@ -22,12 +22,14 @@
changeset {rev}: |
- {node|short} |
+ {node|short} |
+
{parent%fileannotateparent}
{child%fileannotatechild}
author: |
- {author|obfuscate} |
+ {author|obfuscate} |
+
date: |
{date|rfc822date} |
diff --git a/mercurial/templates/spartan/filerevision.tmpl b/mercurial/templates/spartan/filerevision.tmpl
--- a/mercurial/templates/spartan/filerevision.tmpl
+++ b/mercurial/templates/spartan/filerevision.tmpl
@@ -22,18 +22,22 @@
changeset {rev}: |
- {node|short} |
+ {node|short} |
+
{parent%filerevparent}
{child%filerevchild}
author: |
- {author|obfuscate} |
+ {author|obfuscate} |
+
date: |
- {date|rfc822date} |
+ {date|rfc822date} |
+
permissions: |
- {permissions|permissions} |
+ {permissions|permissions} |
+
description: |
{desc|strip|escape|websub|addbreaks|nonempty} |