Mercurial > hg
diff tests/test-help-hide.t @ 48723:27fe84a8dd60
obsolete: always return frozensets from obsolete.getrevs()
getrevs function already returns an empty frozenset when there is no obsstore,
but let's make sure to return a frozenset in any case. This makes it possible
to use the result of this function as a dict key or provide it to hash()
built-in function without any conversions.
Differential Revision: https://phab.mercurial-scm.org/D12156
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 07 Feb 2022 12:25:46 +0300 |
parents | 7ccd31fda132 |
children | 752c5a5b73c6 |