mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	zerver/lib: Text-wrap long lines exceeding 110.
This commit is contained in:
		| @@ -23,11 +23,13 @@ PUSH_COMMITS_MESSAGE_TEMPLATE_WITHOUT_COMMITTERS = PUSH_COMMITS_BASE + u""" | ||||
| {commits_data} | ||||
| """ | ||||
| PUSH_DELETE_BRANCH_MESSAGE_TEMPLATE = u"{user_name} [deleted]({compare_url}) the branch {branch_name}." | ||||
| PUSH_LOCAL_BRANCH_WITHOUT_COMMITS_MESSAGE_TEMPLATE = u"{user_name} [pushed]({compare_url}) the branch {branch_name}." | ||||
| PUSH_LOCAL_BRANCH_WITHOUT_COMMITS_MESSAGE_TEMPLATE = (u"{user_name} [pushed]({compare_url}) " | ||||
|                                                       "the branch {branch_name}.") | ||||
| PUSH_COMMITS_MESSAGE_EXTENSION = u"Commits by {}" | ||||
| PUSH_COMMITTERS_LIMIT_INFO = 3 | ||||
|  | ||||
| FORCE_PUSH_COMMITS_MESSAGE_TEMPLATE = u"{user_name} [force pushed]({url}) to branch {branch_name}. Head is now {head}" | ||||
| FORCE_PUSH_COMMITS_MESSAGE_TEMPLATE = (u"{user_name} [force pushed]({url}) " | ||||
|                                        "to branch {branch_name}. Head is now {head}") | ||||
| CREATE_BRANCH_MESSAGE_TEMPLATE = u"{user_name} created [{branch_name}]({url}) branch" | ||||
| REMOVE_BRANCH_MESSAGE_TEMPLATE = u"{user_name} deleted branch {branch_name}" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user