Code review comment for lp:~shawn111/bzr/lp_propose_message

Revision history for this message
Richard Wilbur (richard-wilbur) wrote :

Nicely done. Now the only thing left to replicate the same treatment as 'initial_comment' (since I don't know the progeny of the string passed in to the Proposer constructor), is to apply strip() and encode('utf-8') to the string in the return statement. Example below:

return self.commit_message.strip().encode('utf-8')

review: Needs Fixing

« Back to merge proposal