[PATCH 1 of 8 simple] color: spread '_effect' values for readability

Pierre-Yves David pierre-yves.david at ens-lyon.org
Thu Feb 16 04:06:57 EST 2017



On 02/15/2017 09:49 PM, Martin von Zweigbergk wrote:
> On Wed, Feb 15, 2017 at 3:06 AM, Pierre-Yves David
> <pierre-yves.david at ens-lyon.org> wrote:
>> # HG changeset patch
>> # User Pierre-Yves David <pierre-yves.david at ens-lyon.org>
>> # Date 1479491019 -3600
>> #      Fri Nov 18 18:43:39 2016 +0100
>> # Node ID 42d4b49b39d6879065209ea3ca71f1e3fa88fcbc
>> # Parent  354020079723e02ad6db68f58ef26eb7ebd005a8
>> # EXP-Topic color
>> color: spread '_effect' values for readability
>>
>> We move to our "usual" one value per line style.
>
> Nit: the even more usual style (by a factor 2-2.5, it seems) is to put
> the values on separate lines from the curly braces. But I won't let
> that stop the patch, of course.

Just ot be sure, You mean:

_effects = {
     'none': 0,
     black': 30,
}

Right?

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list