##// END OF EJS Templates
follow Python conventions for boolean values...
follow Python conventions for boolean values True and False might be singletons and the "default" values for "boolean" expressions, but "all" values in Python has a boolean value and should be evaluated as such. Checking with 'is True' and 'is False' is thus confusing, error prone and unnessarily complex. If we anywhere rely and nullable boolean fields from the database layer and don't want the null value to be treated as False then we should check explicitly for null with 'is None'.

File last commit:

r2995:32471bd1 beta
r3625:260a7a01 beta
Show More
git_diff_chmod.diff
3 lines | 77 B | text/x-diff | DiffLexer
Implemented generation of changesets based...
r2995 diff --git a/work-horus.xls b/work-horus.xls
old mode 100644
new mode 100755