D3038: setup: add overlooked hgext.infinitepush package declaration

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Apr 3 17:38:11 UTC 2018


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

REVISION SUMMARY
  Will fix infinitepush tests that have been failing when run without --local.

REPOSITORY
  rHG Mercurial

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

AFFECTED FILES
  setup.py

CHANGE DETAILS

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -816,7 +816,9 @@
             'mercurial.thirdparty.zope.interface',
             'mercurial.utils',
             'hgext', 'hgext.convert', 'hgext.fsmonitor',
-            'hgext.fsmonitor.pywatchman', 'hgext.highlight',
+            'hgext.fsmonitor.pywatchman',
+            'hgext.infinitepush',
+            'hgext.highlight',
             'hgext.largefiles', 'hgext.lfs', 'hgext.narrow',
             'hgext.zeroconf', 'hgext3rd',
             'hgdemandimport']



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


More information about the Mercurial-devel mailing list