From: Greg Brockman Date: Wed, 24 Mar 2010 00:28:03 +0000 (-0400) Subject: Update the default action message X-Git-Url: http://andersk.mit.edu/gitweb/zcommit.git/commitdiff_plain/1f347cd05478fe9f9944a16458abb875d13aa645 Update the default action message --- diff --git a/zcommit.py b/zcommit.py index 6756e3e..ff08df1 100755 --- a/zcommit.py +++ b/zcommit.py @@ -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'],