# HG changeset patch # User Thomas De Schampheleire # Date 2016-02-08 17:42:59 # 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 --git a/kallithea/templates/email_templates/pull_request.txt b/kallithea/templates/email_templates/pull_request.txt --- a/kallithea/templates/email_templates/pull_request.txt +++ b/kallithea/templates/email_templates/pull_request.txt @@ -14,7 +14,7 @@ ${body|n,unicode} ${_('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