[PATCH evolve-ext] manifest: add inhibit and directaccess

Laurent Charignon lcharignon at fb.com
Tue Dec 29 22:07:42 UTC 2015


# HG changeset patch
# User Laurent Charignon <lcharignon at fb.com>
# 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


More information about the Mercurial-devel mailing list