[PATCH 2 of 2] setup: add missing hgext.fsmonitor

Sean Farley sean at farley.io
Tue Mar 22 19:40:29 EDT 2016


Pierre-Yves David <pierre-yves.david at ens-lyon.org> writes:

> On 03/22/2016 04:17 PM, Sean Farley wrote:
>> # HG changeset patch
>> # User Sean Farley <sean at farley.io>
>> # Date 1458688082 25200
>> #      Tue Mar 22 16:08:02 2016 -0700
>> # Node ID c330ac3641660d028c235ad969dd5a7eda1b018c
>> # Parent  c11f0992d1246286a6a0b2531ff5f31948abcf58
>> # EXP-Topic smf/fix-install
>> setup: add missing hgext.fsmonitor
>>
>> Before this patch, fsmonitor was not installed along with other extensions. It
>> did correctly build the C files needed but forgot to copy over the python
>> files. This patch fixes it by adding fsmonitor to the correct variable.
>
> Patch two make a test unhappy, can you look into that?
>
> --- /home/pyd/src/mercurial-dev/tests/test-duplicateoptions.py.out
> +++ /home/pyd/src/mercurial-dev/tests/test-duplicateoptions.py.err
> @@ -0,0 +1 @@
> +*** failed to import extension fsmonitor: No module named fsmonitor
>
> ERROR: test-duplicateoptions.py output changed

Yep, on it.


More information about the Mercurial-devel mailing list