# HG changeset patch # User Laurent Charignon # Date 1433372488 25200 # Node ID 5b66cff0e4702eb73f28949014016c107f24048a # 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 -r b4a62d6f0353 -r 5b66cff0e470 setup.py --- a/setup.py Mon Jun 01 12:29:12 2015 -0700 +++ b/setup.py Wed Jun 03 16:01:28 2015 -0700 @@ -21,6 +21,7 @@ if os.environ.get('INCLUDE_INHIBIT'): py_modules.append('hgext.inhibit') + py_modules.append('hgext.directaccess') setup( name='hg-evolve',