b77845ff70cc

Reformat the message file a bit.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 14:50:31 -0400
parents 11f42ea0fcf5
children fc70018c2a0b
branches/tags (none)
files review/messages.py

Changes

--- a/review/messages.py	Sun Oct 04 14:43:37 2009 -0400
+++ b/review/messages.py	Sun Oct 04 14:50:31 2009 -0400
@@ -1,16 +1,19 @@
 #!/usr/bin/env python
 
-INIT_START = '''initializing the code review data store and config
+INIT_START = '''\
+initializing the code review data store and config
 '''
 
-INIT_SUCCESS = '''the review data has been initialized
-run "hg commit .hgreview -m'initialized code review'" to record it permanently
+INIT_SUCCESS = '''\
+the review data has been initialized
+run "hg commit .hgreview -m'initialize code review'" to record it permanently
 '''
 
-INIT_EXISTS_COMMITTED = '''the review data was already initialized by someone else
+INIT_EXISTS_COMMITTED = '''\
+the review data was already initialized by someone else
 '''
 
-INIT_EXISTS_UNCOMMITTED = '''
+INIT_EXISTS_UNCOMMITTED = '''\
 the review data has already been initialized, but is not recorded!
-run "hg commit .hgreview -m'initialized code review'" to record it permanently
+run "hg commit .hgreview -m'initialize code review'" to record it permanently
 '''
\ No newline at end of file