# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 2010-01-24 19:51:53 # Node ID 56b50194617f68618158e02b26e220ee87e6bcf4 # Parent c437745f50ecc025c75a733daa98a02a83319f5f templates: rename `Last change' column in hgwebdir repository list. This patch changes column headers in the templates that previously said `Last change' to `Last modified'. Neither code nor functionality are changed other than that. For some time now, I have been annoyed by the fact the `Last change' column didn't list the age of the youngest changeset in the repository, or at least tip. It just occurred to me that this is because the wording is slightly misleading; what the column in fact lists is when the repository was last *modified*, that is, when changesets was last added or removed from it. The word `change' can be understood as referring to the changeset itself. Using `changed' would be ever so slightly less amigous. However, the standard nomenclature in this case is `modification date' and `Last modified', which is incidentally entirely unambigous. Hence, `Last modified' is the wording used. diff --git a/mercurial/templates/gitweb/index.tmpl b/mercurial/templates/gitweb/index.tmpl --- a/mercurial/templates/gitweb/index.tmpl +++ b/mercurial/templates/gitweb/index.tmpl @@ -13,7 +13,7 @@ Name Description Contact - Last change + Last modified     diff --git a/mercurial/templates/monoblue/index.tmpl b/mercurial/templates/monoblue/index.tmpl --- a/mercurial/templates/monoblue/index.tmpl +++ b/mercurial/templates/monoblue/index.tmpl @@ -15,7 +15,7 @@ Name Description Contact - Last change + Last modified     diff --git a/mercurial/templates/paper/index.tmpl b/mercurial/templates/paper/index.tmpl --- a/mercurial/templates/paper/index.tmpl +++ b/mercurial/templates/paper/index.tmpl @@ -16,7 +16,7 @@ Name Description Contact - Last change + Last modified   {entries%indexentry} diff --git a/mercurial/templates/spartan/index.tmpl b/mercurial/templates/spartan/index.tmpl --- a/mercurial/templates/spartan/index.tmpl +++ b/mercurial/templates/spartan/index.tmpl @@ -10,7 +10,7 @@ Name Description Contact - Last change + Last modified   {entries%indexentry} diff --git a/tests/test-hgwebdir.out b/tests/test-hgwebdir.out --- a/tests/test-hgwebdir.out +++ b/tests/test-hgwebdir.out @@ -67,7 +67,7 @@ 200 Script output follows Name Description Contact - Last change + Last modified   @@ -203,7 +203,7 @@ 200 Script output follows Name Description Contact - Last change + Last modified