Mercurial > hg
comparison contrib/editmerge @ 21925:7142e04b438e
revset: avoid a ValueError when 'only()' is given an empty set
This previously died in _revdescendants() taking the min() of the first set to
only(), when it was empty. An empty second set already worked. Likewise,
descendants() already handled an empty set.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Fri, 18 Jul 2014 19:46:56 -0400 |
parents | 864c56cb8945 |
children | 4b0fc75f9403 |
comparison
equal
deleted
inserted
replaced
21924:5375ba75df40 | 21925:7142e04b438e |
---|