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.
--- 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',