# HG changeset patch # User Augie Fackler # Date 2018-10-14 08:33:47 # Node ID c7a363ca04b932c0e657929b9010c4856f48affd # Parent e4f82db071a4a5870b3830552e0703f208d91a32 notify: add some b prefixes # skip-blame just b prefixes Differential Revision: https://phab.mercurial-scm.org/D5098 diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -226,7 +226,7 @@ configitem('notify', 'test', ) # template for single changeset can include email headers. -single_template = ''' +single_template = b''' Subject: changeset in {webroot}: {desc|firstline|strip} From: {author} @@ -239,7 +239,7 @@ description: # template for multiple changesets should not contain email headers, # because only first set of headers will be used and result will look # strange. -multiple_template = ''' +multiple_template = b''' changeset {node|short} in {root} details: {baseurl}{webroot}?cmd=changeset;node={node|short} summary: {desc|firstline}