[PATCH] revset: remove unused 'only' from methods table

Pierre-Yves David pierre-yves.david at ens-lyon.org
Fri May 15 12:28:10 CDT 2015



On 05/15/2015 07:52 AM, Yuya Nishihara wrote:
> This patch is related to "[PATCH STABLE] revset: map postfix '%' to only() to
> optimize operand recursively (issue4670)", but for the default branch.
>
> # HG changeset patch
> # User Yuya Nishihara <yuya at tcha.org>
> # Date 1431697104 -32400
> #      Fri May 15 22:38:24 2015 +0900
> # Node ID 43bb5b24f6d8c1ca11168d52a990839f7254571d
> # Parent  8b99e9a8db05d77937a9905cc77e946171159acc
> revset: remove unused 'only' from methods table
>
> The infix 'only' operator is mapped to 'only()' function by optimize(), so
> it won't be looked up as a method. The test shows it.


I've pushed this one to default. Thanks
Special credit for splitting this into two.

-- 
Pierre-Yves David


More information about the Mercurial-devel mailing list