##// END OF EJS Templates
obsolete: always return frozensets from obsolete.getrevs()...
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

File last commit:

r32206:c4858385 default
r49574:27fe84a8 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer