diff -r 1977495dbbe2 -r d4ba4d51f85f setup.py --- a/setup.py Mon Mar 22 15:29:05 2021 -0700 +++ b/setup.py Thu Mar 25 18:02:08 2021 +0100 @@ -1700,7 +1700,7 @@ extra['console'] = [ { 'script': 'hg', - 'copyright': 'Copyright (C) 2005-2021 Matt Mackall and others', + 'copyright': 'Copyright (C) 2005-2021 Olivia Mackall and others', 'product_version': version, } ] @@ -1776,7 +1776,7 @@ setup( name='mercurial', version=setupversion, - author='Matt Mackall and many others', + author='Olivia Mackall and many others', author_email='mercurial@mercurial-scm.org', url='https://mercurial-scm.org/', download_url='https://mercurial-scm.org/release/',