D4738: revset: make commonancestors(x + x^) be ::(x^), not ::x

Yuya Nishihara yuya at tcha.org
Wed Sep 26 07:30:05 EDT 2018


Queued the series for stable, many thanks.

> -    # only wants the heads of the set passed in
> -    h = heads(repo, fullreposet(repo), x, anyorder)
> -    if not h:
> +    startrevs = getset(repo, fullreposet(repo), x)

I've resurrected the `anyorder` flag though that wouldn't matter much in
practice.


More information about the Mercurial-devel mailing list