Mercurial > public > mercurial-scm > hg-stable
diff setup.py @ 53023:b12a4b9d09ce
branching: correct merge of stable into default
For unclear reason, b7afc38468bd dropped all the change to
"contrib/heptapod-ci.yml". This is the same merge as b7afc38468bd, but merging
heptapod-ci.yml change from stable too.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 28 Feb 2025 23:18:22 +0100 |
parents | f5091286b10c 6ca5cf290ebe |
children | 30510238284e |
line wrap: on
line diff
--- a/setup.py Mon Dec 09 06:23:34 2024 +0100 +++ b/setup.py Fri Feb 28 23:18:22 2025 +0100 @@ -1760,7 +1760,7 @@ extra['console'] = [ { 'script': 'hg', - 'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others', + 'copyright': 'Copyright (C) 2005-2025 Olivia Mackall and others', 'product_version': version, } ]