comparison hgext/strip.py @ 36573:9b6b02a5b589

templatefilters: avoid infinite recursion bug in stringify This doesn't ever happen on Python 2, but it's been a persistent pain on Python 3. Adding this helped produce some of my upcoming Python 3 fixes. Differential Revision: https://phab.mercurial-scm.org/D2553
author Augie Fackler <augie@google.com>
date Fri, 02 Mar 2018 09:08:11 -0500
parents 28a97cf212af
children 46c2b19a1263
comparison
equal deleted inserted replaced
36572:9adfa48792a7 36573:9b6b02a5b589