From 64548fb6e54a9fcdf853cc462a1f8deba29bf24f Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Sat, 19 Jan 2013 19:42:37 +0100 Subject: set the status of changesets initially on pull request, and make sure we care of version collisions. Fixes issues #690 and #587 --HG-- branch : beta --- rhodecode/controllers/pullrequests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rhodecode/controllers') diff --git a/rhodecode/controllers/pullrequests.py b/rhodecode/controllers/pullrequests.py index fa08b632..368d06a6 100644 --- a/rhodecode/controllers/pullrequests.py +++ b/rhodecode/controllers/pullrequests.py @@ -224,6 +224,7 @@ class PullrequestsController(BaseRepoController): h.flash(_('Successfully opened new pull request'), category='success') except Exception: + raise h.flash(_('Error occurred during sending pull request'), category='error') log.error(traceback.format_exc()) -- cgit v1.2.3