diff -r 46b55f279571 -r 96164fb9b913 mercurial/logcmdutil.py --- a/mercurial/logcmdutil.py Sun Oct 14 05:28:01 2018 -0400 +++ b/mercurial/logcmdutil.py Sun Oct 14 04:37:25 2018 -0400 @@ -460,6 +460,8 @@ self.footer = self.t.render(self._parts['footer'], props) def templatespec(tmpl, mapfile): + if pycompat.ispy3: + assert not isinstance(tmpl, str), 'tmpl must not be a str' if mapfile: return formatter.templatespec('changeset', tmpl, mapfile) else: