[PATCH 5 of 5] mpatch: write a cffi version of mpatch.patches

Yuya Nishihara yuya at tcha.org
Sat Aug 13 05:45:23 EDT 2016


On Mon, 25 Jul 2016 15:10:59 +0200, Maciej Fijalkowski wrote:
> # HG changeset patch
> # User Maciej Fijalkowski <fijall at gmail.com>
> # Date 1469452252 -7200
> #      Mon Jul 25 15:10:52 2016 +0200
> # Node ID a1892edea7f58fc97730db354877ae590446b292
> # Parent  8e2d1b2d5248620ff4ccfcb61e1b383cf0e4e204
> mpatch: write a cffi version of mpatch.patches

> --- a/setup.py
> +++ b/setup.py
> @@ -318,7 +318,8 @@
>          if self.distribution.pure:
>              self.distribution.ext_modules = []
>          elif self.distribution.cffi:
> -            exts = []
> +            import setup_mpatch_cffi
> +            exts = [setup_mpatch_cffi.ffi.distutils_extension()]

setup_mpatch_cffi.py appears missing.


More information about the Mercurial-devel mailing list