From patchwork Tue Dec 29 22:07:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [evolve-ext] manifest: add inhibit and directaccess From: Laurent Charignon X-Patchwork-Id: 12406 Message-Id: To: Cc: faheem@faheem.info Date: Tue, 29 Dec 2015 14:07:42 -0800 # HG changeset patch # User Laurent Charignon # Date 1451426843 28800 # Tue Dec 29 14:07:23 2015 -0800 # Node ID b142600a2e05fd1f2b43c1c5e2b9dc3eb8c8749d # Parent 526253198860fdbdcae01380ae97727195039f44 manifest: add inhibit and directaccess Before this patch inhibit and directaccess were not included in the debian packages that we were building. This patch includes both extensions to the MANIFEST file. diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,6 +7,8 @@ include docs/makefile include docs/static/*.svg include hgext/__init__.py include hgext/evolve.py +include hgext/inhibit.py +include hgext/directaccess.py include hgext/pushexperiment.py include hgext/simple4server.py include setup.py