From a4c4e67df55c9bdfbcc844543b33df4f04de0828 Mon Sep 17 00:00:00 2001 From: Greg Brockman Date: Tue, 23 Mar 2010 17:01:47 -0400 Subject: [PATCH] Better formatting for zcommit messages --- zcommit.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zcommit.py b/zcommit.py index 14fa1b8..0c68782 100755 --- a/zcommit.py +++ b/zcommit.py @@ -91,9 +91,8 @@ class Application(object): 'timestamp' : c['timestamp'], 'actions' : '--\n'.join(actions)} - msg = """%(name)s <%(email)s> -%(message)s -%(timestamp)s + msg = """%(name)s <%(email)s> (%(timestamp)s) +> %(message)s -- %(actions)s""" % info zephyr(sender, opts['class'], inst, zsig, msg) -- 2.45.1