]> andersk Git - zcommit.git/commitdiff
Update the default action message
authorGreg Brockman <gdb@mit.edu>
Wed, 24 Mar 2010 00:28:03 +0000 (20:28 -0400)
committerGreg Brockman <gdb@mit.edu>
Wed, 24 Mar 2010 00:28:03 +0000 (20:28 -0400)
zcommit.py

index 6756e3e360c5abf42fb59b939f271f81034b89d0..ff08df14c54401208ffa024e09fc82d03c2c09be 100755 (executable)
@@ -113,7 +113,7 @@ any of the following optional key/value parameters:
                     if c.get('modified'):
                         actions.append('Modified: %s\n' % '\n  '.join(c['modified']))
                     if not actions:
-                        actions.append('Something weird happened... could not figure out what action to take')
+                        actions.append('Did not add/remove/modify any nonempty files.')
                     info = {'name' : c['author']['name'],
                             'email' : c['author']['email'],
                             'message' : c['message'],
This page took 0.426173 seconds and 5 git commands to generate.