# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1264362713 -3600 # 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 -r c437745f50ec -r 56b50194617f mercurial/templates/gitweb/index.tmpl --- a/mercurial/templates/gitweb/index.tmpl Thu Dec 10 17:21:31 2009 +0900 +++ b/mercurial/templates/gitweb/index.tmpl Sun Jan 24 20:51:53 2010 +0100 @@ -13,7 +13,7 @@ Name Description Contact - Last change + Last modified     diff -r c437745f50ec -r 56b50194617f mercurial/templates/monoblue/index.tmpl --- a/mercurial/templates/monoblue/index.tmpl Thu Dec 10 17:21:31 2009 +0900 +++ b/mercurial/templates/monoblue/index.tmpl Sun Jan 24 20:51:53 2010 +0100 @@ -15,7 +15,7 @@ Name Description Contact - Last change + Last modified     diff -r c437745f50ec -r 56b50194617f mercurial/templates/paper/index.tmpl --- a/mercurial/templates/paper/index.tmpl Thu Dec 10 17:21:31 2009 +0900 +++ b/mercurial/templates/paper/index.tmpl Sun Jan 24 20:51:53 2010 +0100 @@ -16,7 +16,7 @@ Name Description Contact - Last change + Last modified   {entries%indexentry} diff -r c437745f50ec -r 56b50194617f mercurial/templates/spartan/index.tmpl --- a/mercurial/templates/spartan/index.tmpl Thu Dec 10 17:21:31 2009 +0900 +++ b/mercurial/templates/spartan/index.tmpl Sun Jan 24 20:51:53 2010 +0100 @@ -10,7 +10,7 @@ Name Description Contact - Last change + Last modified   {entries%indexentry} diff -r c437745f50ec -r 56b50194617f tests/test-hgwebdir.out --- a/tests/test-hgwebdir.out Thu Dec 10 17:21:31 2009 +0900 +++ b/tests/test-hgwebdir.out Sun Jan 24 20:51:53 2010 +0100 @@ -67,7 +67,7 @@ Name Description Contact - Last change + Last modified   @@ -203,7 +203,7 @@ Name Description Contact - Last change + Last modified