Mercurial > hg
comparison tests/test-lock.py @ 29816:034412ca28c3
templater: fix if() to not evaluate False as bool('False')
Before, False was True. This patch fixes the issue by processing True/False
transparently. The other values (including integer 0) are tested as strings
for backward compatibility, which means "if(latesttagdistance)" never be False.
Should we change the behavior of "if(0)" as well?
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Thu, 18 Aug 2016 16:29:22 +0900 |
parents | 14033c5dd261 |
children | e067741d4607 |
comparison
equal
deleted
inserted
replaced
29815:0d5cc0c18b4e | 29816:034412ca28c3 |
---|