comparison .hgignore @ 49897:f3f33980f19b

pycompat: explicitly prefix builtin attr usage with `builtins.` It doesn't seem like this would fix any bug, because the wrapped functions that take bytes instead of str are defined after these calls. But PyCharm was flagging the second and third uses, saying "Type 'str' doesn't have expected attribute 'decode'". It wasn't flagging the first, but I changed it for consistency.
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 14 Dec 2022 01:38:52 -0500
parents 681b25ea579e
children 59820ae507b1
comparison
equal deleted inserted replaced
49896:9cd327509cd4 49897:f3f33980f19b