# HG changeset patch # User Gregory Szorc # Date 1571862301 25200 # Node ID 2574330dd0f69b67029ee8ed822502b551bc8f4a # Parent a2f28a8746bff425ff838164d662a80f217cd9ff packaging: stop installing Contributors.txt This file isn't up to date. If we are going to call out contributors, we should auto generate a file from `hg log` or something. I don't think we need to include it in the Windows install. This change makes Inno more consistent with WiX, which doesn't ship this file. Differential Revision: https://phab.mercurial-scm.org/D7170 diff -r a2f28a8746bf -r 2574330dd0f6 contrib/packaging/hgpackaging/py2exe.py --- a/contrib/packaging/hgpackaging/py2exe.py Wed Oct 23 13:21:35 2019 -0700 +++ b/contrib/packaging/hgpackaging/py2exe.py Wed Oct 23 13:25:01 2019 -0700 @@ -48,7 +48,6 @@ ('mercurial/default.d/*.rc', 'hgrc.d/'), ('mercurial/locale/**/*', 'locale/'), ('mercurial/templates/**/*', 'Templates/'), - ('CONTRIBUTORS', 'Contributors.txt'), ('COPYING', 'Copying.txt'), ] diff -r a2f28a8746bf -r 2574330dd0f6 contrib/win32/ReadMe.html --- a/contrib/win32/ReadMe.html Wed Oct 23 13:21:35 2019 -0700 +++ b/contrib/win32/ReadMe.html Wed Oct 23 13:25:01 2019 -0700 @@ -140,8 +140,7 @@

- Mercurial is Copyright 2005-2019 Matt Mackall and others. See - the Contributors.txt file for a list of contributors. + Mercurial is Copyright 2005-2019 Matt Mackall and others.