changeset 43608:2574330dd0f6

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
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 23 Oct 2019 13:25:01 -0700
parents a2f28a8746bf
children 8aa6aa9b7843
files contrib/packaging/hgpackaging/py2exe.py contrib/win32/ReadMe.html
diffstat 2 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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'),
 ]
 
--- 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 @@
     </p>
 
     <p>
-      Mercurial is Copyright 2005-2019 Matt Mackall and others. See
-      the <tt>Contributors.txt</tt> file for a list of contributors.
+      Mercurial is Copyright 2005-2019 Matt Mackall and others.
     </p>
 
     <p>