Show More
@@ -132,7 +132,7 b' class ChangesetStatusModel(BaseModel):' | |||||
132 | if not comment: |
|
132 | if not comment: | |
133 | from rhodecode.model.comment import ChangesetCommentsModel |
|
133 | from rhodecode.model.comment import ChangesetCommentsModel | |
134 | comment = ChangesetCommentsModel().create( |
|
134 | comment = ChangesetCommentsModel().create( | |
135 | text='Auto status change to %s' % (ChangesetStatus.get_status_lbl(status)), |
|
135 | text=u'Auto status change to %s' % (ChangesetStatus.get_status_lbl(status)), | |
136 | repo=repo, |
|
136 | repo=repo, | |
137 | user=user, |
|
137 | user=user, | |
138 | pull_request=pull_request, |
|
138 | pull_request=pull_request, |
General Comments 0
You need to be logged in to leave comments.
Login now