# HG changeset patch # User Mads Kiilerich # Date 1470963888 -7200 # Node ID a1b3f392032b9d6040024fe05aea5bfc46b521ea # Parent 96d228a53d5583e4dd315abe1fca4849999d8ddc pullrequests: drop 'Closing.' comment when closing a PR - the semantic change is shown clearly everywhere Things have changed since 9cfc66a665ae. diff -r 96d228a53d55 -r a1b3f392032b kallithea/controllers/pullrequests.py --- a/kallithea/controllers/pullrequests.py Fri Aug 12 03:04:48 2016 +0200 +++ b/kallithea/controllers/pullrequests.py Fri Aug 12 03:04:48 2016 +0200 @@ -772,8 +772,6 @@ raise HTTPForbidden() text = request.POST.get('text', '').strip() - if close_pr: - text = _('Closing.') + '\n' + text comment = create_comment( text,