[PATCH 1 of 1 STABLE] revset: evaluate sub expressions correctly (issue3775)

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Tue Jan 22 23:13:03 CST 2013


At Wed, 23 Jan 2013 00:26:43 +0900,
FUJIWARA Katsunori wrote:
> 
> # HG changeset patch
> # User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
> # Date 1358868263 -32400
> # Branch stable
> # Node ID 379f6afd30a38198efad09becaf70f395fd5f108
> # Parent  8a811fa9a9c0785b843e032ed82ce5316a645631
> revset: evaluate sub expressions correctly (issue3775)

> +  $ log '(6 or 8): or 6' | sort
> +  6
> +  7
> +  8
> +  9
> +  $ log '6 or (6 or 8):' | sort
> +  6
> +  7
> +  8
> +  9
> +

Oops, this test is not enough, because looking up at "end" side of
range is not tested.

Please forget this patch. I'll send revised version, soon.

----------------------------------------------------------------------
[FUJIWARA Katsunori]                             foozy at lares.dti.ne.jp


More information about the Mercurial-devel mailing list