# HG changeset patch # User Thomas De Schampheleire # Date 1454949779 -3600 # Node ID bbd307ce70c0083571084f8cda3f4a68b84e1d0c # Parent 1fd82c81118df05c1619d1d0f34eb870a76e91d0 pullrequest: add URL changesets in txt notification email to reviewers Similar to adding the URL for each changeset in the html notification email (commit xxxxxxxxxxxx) do the same for txt emails. The e-mail client presumably makes these URLs clickable. diff -r 1fd82c81118d -r bbd307ce70c0 kallithea/templates/email_templates/pull_request.txt --- a/kallithea/templates/email_templates/pull_request.txt Mon Feb 15 19:29:26 2016 +0100 +++ b/kallithea/templates/email_templates/pull_request.txt Mon Feb 08 17:42:59 2016 +0100 @@ -14,7 +14,7 @@ ${_('Changesets')|n,unicode}: %for r,r_msg in pr_revisions: -${h.short_id(r)|n,unicode}: +${h.short_id(r)|n,unicode}: ${h.canonical_url('changeset_home', repo_name=org_repo_name, revision=r)} ${h.shorter(r_msg, 256)|n,unicode} %endfor