Mercurial > hg-stable
changeset 37305:611e466662af
setup: add overlooked hgext.infinitepush package declaration
Will fix infinitepush tests that have been failing when run without --local.
Differential Revision: https://phab.mercurial-scm.org/D3038
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 03 Apr 2018 13:37:57 -0400 |
parents | feced1629f48 |
children | 6942c73f0733 |
files | setup.py |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Tue Apr 03 09:12:15 2018 -0700 +++ b/setup.py Tue Apr 03 13:37:57 2018 -0400 @@ -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']