# HG changeset patch # User Mads Kiilerich # Date 2016-08-12 03:04:48 # 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 --git a/kallithea/controllers/pullrequests.py b/kallithea/controllers/pullrequests.py --- a/kallithea/controllers/pullrequests.py +++ b/kallithea/controllers/pullrequests.py @@ -772,8 +772,6 @@ class PullrequestsController(BaseRepoCon raise HTTPForbidden() text = request.POST.get('text', '').strip() - if close_pr: - text = _('Closing.') + '\n' + text comment = create_comment( text,