##// END OF EJS Templates
py3: convert `'{}'.format(foo)` to `'%s' % foo` in the bookflow extension...
py3: convert `'{}'.format(foo)` to `'%s' % foo` in the bookflow extension Byte strings don't have the former. Converting these to byte strings is waiting on the mass rewrite.
Matt Harbison -
r41060:b53c5651 default
Show More
Name Size Modified Last Commit Author
/ mercurial / revlogutils
__init__.py Loading ...
constants.py Loading ...
deltas.py Loading ...