comparison rhodecode/controllers/changeset.py @ 2815:acc05c33cc0c beta

White space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Sep 2012 00:10:34 +0200
parents bf3c976d02ec
children f7a52d548fd0 2bfcec6a3985
comparison
equal deleted inserted replaced
2814:5acab31448d1 2815:acc05c33cc0c
393 ) 393 )
394 394
395 # get status if set ! 395 # get status if set !
396 if status and change_status: 396 if status and change_status:
397 # if latest status was from pull request and it's closed 397 # if latest status was from pull request and it's closed
398 # disallow changing status ! 398 # disallow changing status !
399 # dont_allow_on_closed_pull_request = True ! 399 # dont_allow_on_closed_pull_request = True !
400 400
401 try: 401 try:
402 ChangesetStatusModel().set_status( 402 ChangesetStatusModel().set_status(
403 c.rhodecode_db_repo.repo_id, 403 c.rhodecode_db_repo.repo_id,