D7170: packaging: stop installing Contributors.txt

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Thu Oct 24 01:56:25 UTC 2019


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D7170

AFFECTED FILES
  contrib/packaging/hgpackaging/py2exe.py
  contrib/win32/ReadMe.html

CHANGE DETAILS

diff --git a/contrib/win32/ReadMe.html b/contrib/win32/ReadMe.html
--- a/contrib/win32/ReadMe.html
+++ b/contrib/win32/ReadMe.html
@@ -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>
diff --git a/contrib/packaging/hgpackaging/py2exe.py b/contrib/packaging/hgpackaging/py2exe.py
--- a/contrib/packaging/hgpackaging/py2exe.py
+++ b/contrib/packaging/hgpackaging/py2exe.py
@@ -48,7 +48,6 @@
     ('mercurial/default.d/*.rc', 'hgrc.d/'),
     ('mercurial/locale/**/*', 'locale/'),
     ('mercurial/templates/**/*', 'Templates/'),
-    ('CONTRIBUTORS', 'Contributors.txt'),
     ('COPYING', 'Copying.txt'),
 ]
 



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list