# HG changeset patch # User Steve Losh # Date 1254682231 14400 # Node ID b77845ff70cccc97d7f1344747ce563e5410ed17 # Parent 11f42ea0fcf54ecee77c14387ebb44e11ff6ccd5 Reformat the message file a bit. diff -r 11f42ea0fcf5 -r b77845ff70cc review/messages.py --- 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