Re: [PATCH] smartset: move set classes and related functions from revset module (API)

2017-02-06 Thread Sean Farley
Yuya Nishihara  writes:

> # HG changeset patch
> # User Yuya Nishihara 
> # Date 1476606531 -32400
> #  Sun Oct 16 17:28:51 2016 +0900
> # Node ID a555e941ebe982cc22e15670bfe125017b3121e5
> # Parent  8d7e40524ae467b3201e264e3548681c52bb6492
> smartset: move set classes and related functions from revset module (API)
>
> These classes are pretty large and independent from revset computation.
>
>   2961 mercurial/revset.py
>973 mercurial/smartset.py
>   3934 total
>
> revset.prettyformatset() is renamed to smartset.prettyformat(). Smartset
> classes are aliased since they are quite common in revset.py.

Love it. Plz moar cleanup!
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


Re: [PATCH] smartset: move set classes and related functions from revset module (API)

2017-02-07 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Feb 6, 2017 at 11:27 AM, Sean Farley  wrote:
> Yuya Nishihara  writes:
>
>> # HG changeset patch
>> # User Yuya Nishihara 
>> # Date 1476606531 -32400
>> #  Sun Oct 16 17:28:51 2016 +0900
>> # Node ID a555e941ebe982cc22e15670bfe125017b3121e5
>> # Parent  8d7e40524ae467b3201e264e3548681c52bb6492
>> smartset: move set classes and related functions from revset module (API)

Queued (by Augie, I think), thanks.


>>
>> These classes are pretty large and independent from revset computation.
>>
>>   2961 mercurial/revset.py
>>973 mercurial/smartset.py
>>   3934 total
>>
>> revset.prettyformatset() is renamed to smartset.prettyformat(). Smartset
>> classes are aliased since they are quite common in revset.py.
>
> Love it. Plz moar cleanup!
> ___
> Mercurial-devel mailing list
> Mercurial-devel@mercurial-scm.org
> https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel