]> andersk Git - zcommit.git/commitdiff
Added a url to the postback message
authorGreg Brockman <gdb@mit.edu>
Wed, 24 Mar 2010 16:50:31 +0000 (12:50 -0400)
committerGreg Brockman <gdb@mit.edu>
Wed, 24 Mar 2010 16:50:31 +0000 (12:50 -0400)
zcommit.py

index e18a4362b535af10f26000bf170d8dab29a33d9b..0fae9fe6dfeed73e14218e4ede2bc359dd2be820 100755 (executable)
@@ -120,9 +120,11 @@ any of the following optional key/value parameters:
                             'email' : c['author']['email'],
                             'message' : c['message'],
                             'timestamp' : c['timestamp'],
-                            'actions' : '--\n'.join(actions)}
+                            'actions' : '--\n'.join(actions),
+                            'url' : c['url']}
                     
                     msg = """%(name)s <%(email)s> (%(timestamp)s)
+%(url)s
 > %(message)s
 --
 %(actions)s""" % info
This page took 0.133054 seconds and 5 git commands to generate.