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

Pierre-Yves David pierre-yves.david at ens-lyon.org
Wed Jun 3 18:20:38 CDT 2015



On 06/03/2015 04:02 PM, Laurent Charignon wrote:
> # 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.

You mean the egginfo? I'm sure to see why the egginfo is specially 
relevant to the problem we seems to have (direct access not installed)

> diff --git a/setup.py b/setup.py
> --- a/setup.py
> +++ b/setup.py
> @@ -17,6 +17,7 @@
>
>   py_modules = [
>       'hgext.evolve',
> +    'hgext.directaccess',

Can we get that under the 'INCLUDE_INHIBIT' flag right below?

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list