D3038: setup: add overlooked hgext.infinitepush package declaration

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Apr 3 14:13:44 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG611e466662af: setup: add overlooked hgext.infinitepush package declaration (authored by durin42, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3038?vs=7562&id=7574

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, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list