Changeset - dadfcd30589f
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-01-29 22:50:43
marcin@python-works.com
use label for auto status change
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/changeset_status.py
Show inline comments
 
@@ -132,7 +132,7 @@ class ChangesetStatusModel(BaseModel):
 
        if not comment:
 
            from rhodecode.model.comment import ChangesetCommentsModel
 
            comment = ChangesetCommentsModel().create(
 
                text='Auto status change to %s' % status,
 
                text='Auto status change to %s' % (ChangesetStatus.get_status_lbl(status)),
 
                repo=repo,
 
                user=user,
 
                pull_request=pull_request,
0 comments (0 inline, 0 general)