[PATCH evolve-ext-V3] evolve: add directaccess to the setup.py

Laurent Charignon lcharignon at fb.com
Wed Jun 3 23:28:14 UTC 2015


# HG changeset patch
# User Laurent Charignon <lcharignon at fb.com>
# Date 1433372488 25200
#      Wed Jun 03 16:01:28 2015 -0700
# Node ID 5a953dbde9901afc56885f5b270a2b54c1efe67d
# Parent  b4a62d6f03534de6e65962c0e92cadea4b6cbad1
evolve: add directaccess to the setup.py

directaccess was missing from the list so that when we were building evolve it
was not contained in the build.

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,7 @@
 
 if os.environ.get('INCLUDE_INHIBIT'):
     py_modules.append('hgext.inhibit')
+    py_modules.append('hgext.directaccess')
 
 setup(
     name='hg-evolve',


More information about the Mercurial-devel mailing list