diff mercurial/tagmerge.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 fa91c49a9b9f
children 5d92107dfb9b
line wrap: on
line diff