hgext/notify.py
changeset 29841 d5883fd055c6
parent 29240 48afcaadf70e
child 32839 b425ec7fb7f6
equal deleted inserted replaced
29840:4435d4c951ec 29841:d5883fd055c6
   146     mail,
   146     mail,
   147     patch,
   147     patch,
   148     util,
   148     util,
   149 )
   149 )
   150 
   150 
   151 # Note for extension authors: ONLY specify testedwith = 'internal' for
   151 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
   152 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
   152 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
   153 # be specifying the version(s) of Mercurial they are tested with, or
   153 # be specifying the version(s) of Mercurial they are tested with, or
   154 # leave the attribute unspecified.
   154 # leave the attribute unspecified.
   155 testedwith = 'internal'
   155 testedwith = 'ships-with-hg-core'
   156 
   156 
   157 # template for single changeset can include email headers.
   157 # template for single changeset can include email headers.
   158 single_template = '''
   158 single_template = '''
   159 Subject: changeset in {webroot}: {desc|firstline|strip}
   159 Subject: changeset in {webroot}: {desc|firstline|strip}
   160 From: {author}
   160 From: {author}