[PATCH 1 of 2] setup: change mentions of mpm to Olivia

0 views
Skip to first unread message

Antonio Muci

unread,
2:13 PM (3 hours ago) 2:13 PM
to thg...@googlegroups.com, a....@inwind.it
# HG changeset patch
# User Antonio Muci <a....@inwind.it>
# Date 1779559441 -7200
# Sat May 23 20:04:01 2026 +0200
# Branch stable
# Node ID 757d029489ac47040c2d5941a576541790f729e3
# Parent 573e7cfcc152272febdd15963263bf60956f0b4b
setup: change mentions of mpm to Olivia

Matt Mackall is now Olivia Mackall.
See mercurial d4ba4d51f85f ("contributor: change mentions of mpm to olivia")

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@
from i18n.msgfmt import Msgfmt

thgcopyright = 'Copyright (C) 2010-2025 Steve Borho and others'
-hgcopyright = 'Copyright (C) 2005-2025 Matt Mackall and others'
+hgcopyright = 'Copyright (C) 2005-2025 Olivia Mackall and others'


def _walklocales():

Antonio Muci

unread,
2:13 PM (3 hours ago) 2:13 PM
to thg...@googlegroups.com, a....@inwind.it
# HG changeset patch
# User Antonio Muci <a....@inwind.it>
# Date 1779559233 -7200
# Sat May 23 20:00:33 2026 +0200
# Branch stable
# Node ID 2bf041b4e09a6dbbb3f9b3106fb5c6941e2746db
# Parent 757d029489ac47040c2d5941a576541790f729e3
copyright: update to 2026

diff --git a/contrib/packaging/macos/setup.py b/contrib/packaging/macos/setup.py
--- a/contrib/packaging/macos/setup.py
+++ b/contrib/packaging/macos/setup.py
@@ -56,7 +56,7 @@
CFBundleIdentifier = 'org.pythonmac.tortoisehg.thg',
CFBundleName = 'TortoiseHg',
NSRequiresAquaSystemAppearance = 'Yes', # disable dark mode
- NSHumanReadableCopyright = 'Copyright 2008-2025 Steve Borho and others',
+ NSHumanReadableCopyright = 'Copyright 2008-2026 Steve Borho and others',
CFBundleShortVersionString = os.environ['THG_CFVERSION'],
CFBundleVersion = os.environ['THG_CFVERSION']
)
diff --git a/doc/source-cs/conf.py b/doc/source-cs/conf.py
--- a/doc/source-cs/conf.py
+++ b/doc/source-cs/conf.py
@@ -43,7 +43,7 @@

# General information about the project.
project = 'TortoiseHg'
-copyright = '2010-2025, Steve Borho and others'
+copyright = '2010-2026, Steve Borho and others'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/doc/source-ja/conf.py b/doc/source-ja/conf.py
--- a/doc/source-ja/conf.py
+++ b/doc/source-ja/conf.py
@@ -43,7 +43,7 @@

# General information about the project.
project = 'TortoiseHg'
-copyright = '2010-2025, Steve Borho、他'
+copyright = '2010-2026, Steve Borho、他'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/doc/source/conf.py b/doc/source/conf.py
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -43,7 +43,7 @@

# General information about the project.
project = 'TortoiseHg'
-copyright = '2010-2025, Steve Borho and others'
+copyright = '2010-2026, Steve Borho and others'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the


diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py

@@ -31,8 +31,8 @@
from distutils.spawn import spawn, find_executable
from i18n.msgfmt import Msgfmt

-thgcopyright = 'Copyright (C) 2010-2025 Steve Borho and others'
-hgcopyright = 'Copyright (C) 2005-2025 Olivia Mackall and others'
+thgcopyright = 'Copyright (C) 2010-2026 Steve Borho and others'
+hgcopyright = 'Copyright (C) 2005-2026 Olivia Mackall and others'


def _walklocales():
diff --git a/tortoisehg/hgqt/about.py b/tortoisehg/hgqt/about.py
--- a/tortoisehg/hgqt/about.py
+++ b/tortoisehg/hgqt/about.py
@@ -77,7 +77,7 @@
self.copyright_lbl = QLabel()
self.copyright_lbl.setAlignment(Qt.AlignmentFlag.AlignCenter)
self.copyright_lbl.setText('\n'
- + _('Copyright 2008-2025 Steve Borho and others'))
+ + _('Copyright 2008-2026 Steve Borho and others'))
self.vbox.addWidget(self.copyright_lbl)
self.courtesy_lbl = QLabel()
self.courtesy_lbl.setAlignment(Qt.AlignmentFlag.AlignCenter)
diff --git a/tortoisehg/hgqt/run.py b/tortoisehg/hgqt/run.py
--- a/tortoisehg/hgqt/run.py
+++ b/tortoisehg/hgqt/run.py
@@ -60,7 +60,7 @@
config_nofork = None

shortlicense = b'''
-Copyright (C) 2008-2025 Steve Borho <st...@borho.org> and others.
+Copyright (C) 2008-2026 Steve Borho <st...@borho.org> and others.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
'''

Reply all
Reply to author
Forward
0 new messages