templates/raw/filediff.tmpl
author Martin Geisler <mg@lazybytes.net>
Wed, 20 May 2009 00:43:23 +0200
changeset 8526 f78eadbb5769
parent 8429 4bf90ee588b9
permissions -rw-r--r--
patch: simplify Boolean expression slightly The context variable is either True, False or None. Abbreviate it as C and we get the following truth table where the second column is the original expression and the third column is the new expression: C | C or C == None | C is not False True | True | True False | False | False None | True | True
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8429
4bf90ee588b9 raw: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3236
diff changeset
     1
{header}
4bf90ee588b9 raw: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3236
diff changeset
     2
{diff}
4bf90ee588b9 raw: use newer template syntax everywhere
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents: 3236
diff changeset
     3
{footer}
201
f918a6fa2572 hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff changeset
     4
f918a6fa2572 hgweb: add template filters, template style maps, and raw pages
mpm@selenic.com
parents:
diff changeset
     5