Submitter | phabricator |
---|---|
Date | April 3, 2018, 6:13 p.m. |
Message ID | <ba97538169fd71455de803b3987377cc@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/30206/ |
State | Not Applicable |
Headers | show |
Comments
Patch
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']