From 1f347cd05478fe9f9944a16458abb875d13aa645 Mon Sep 17 00:00:00 2001 From: Greg Brockman Date: Tue, 23 Mar 2010 20:28:03 -0400 Subject: [PATCH] Update the default action message --- zcommit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- 2.45.0