Mercurial > hg
comparison mercurial/chgserver.py @ 31345:dd49a6c166f7
summary: don't explicitly str() something we're about to %s
str() is wrong on Python 3 here, and %s implicitly calls str() anyway,
so this was just extra dancing for no reason.
author | Augie Fackler <augie@google.com> |
---|---|
date | Sat, 11 Mar 2017 20:58:26 -0500 |
parents | 3f8f53190d6a |
children | 82b3ec04b652 |
comparison
equal
deleted
inserted
replaced
31344:c99371e38e5e | 31345:dd49a6c166f7 |
---|