]> scripts.mit.edu Git - wizard.git/commitdiff
Make up-to-date message less ambiguous.
authorEdward Z. Yang <ezyang@mit.edu>
Thu, 15 Apr 2010 00:55:24 +0000 (20:55 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Thu, 15 Apr 2010 00:55:24 +0000 (20:55 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
wizard/command/mass_upgrade.py

index 0f02abed13c7b7ceef6ffd34bbf39979feaf13cf..ebe1a4a14e83f22c8072bcdb3c040e92ecd19acd 100644 (file)
@@ -16,7 +16,7 @@ def main(argv, baton):
     command.create_logdir(options.log_dir)
     # setup reports
     human_status = {
-        'up_to_date': 'were up-to-date',
+        'up_to_date': 'are now up-to-date',
         'not_migrated': 'were not migrated',
         'merge': 'had merge failures',
         'verify': 'had web verification errors',