Mercurial > hg
annotate .editorconfig @ 31422:2e38a88bbc6c
dirstate: use list comprehension to get a list of keys
We have used dict.keys() which returns a dict_keys() object instead
of list on Python 3. So this patch replaces that with list comprehension
which works both on Python 2 and 3.
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 16 Mar 2017 09:00:27 +0530 |
parents | d30fdd6d1bf7 |
children | 1d6066336d7b |