Mercurial > hg
diff hgweb.cgi @ 42113:f0def07fa82f
branchmap: implement __contains__()
We have good occurences of `if branch in branchmap()` in our code. If
__contains__() is not implemented then it will use __iter__() to find whether
the element exists or not which is not good.
I am bit confused that whether I should move existing callers to hasbranch() or
this patch is a good way.
Differential Revision: https://phab.mercurial-scm.org/D6206
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Sun, 31 Mar 2019 16:27:10 +0300 |
parents | 4b0fc75f9403 |
children | 47ef023d0165 |