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

Laurent Charignon lcharignon at fb.com
Wed Jun 3 23:02:30 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 1d18fb4dc370edca5b88ae66441fca921fa89d30
# 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 egg file.

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@
 
 py_modules = [
     'hgext.evolve',
+    'hgext.directaccess',
 ]
 
 if os.environ.get('INCLUDE_INHIBIT'):


More information about the Mercurial-devel mailing list