D6094: setup: include hgext3rd package in py2exe builds

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sat Mar 9 20:52:05 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG5d9fdc9b0178: setup: include hgext3rd package in py2exe builds (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D6094?vs=14404&id=14449

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

AFFECTED FILES
  setup.py

CHANGE DETAILS

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -1242,6 +1242,7 @@
 
 py2exepackages = [
     'hgdemandimport',
+    'hgext3rd',
     'hgext',
     'email',
     # implicitly imported per module policy



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


More information about the Mercurial-devel mailing list