Mercurial > hg
comparison mercurial/hg.py @ 25000:c54248bbe023
templatefilters: don't stringify None into "None"
A few template keywords can in fact return None, such as {bisect}. In
some contexts, these get stringified into None instead of "". This is
leaking Python details into the UI.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Sun, 10 May 2015 13:33:51 -0400 |
parents | e0b0fbd47491 |
children | 4cc3fb23881d |
comparison
equal
deleted
inserted
replaced
24999:30f449378f64 | 25000:c54248bbe023 |
---|