- ...

Mon, 17 Nov 2014 22:23:48 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Mon, 17 Nov 2014 22:23:48 +0200
changeset 90
4bd3abd5525b
parent 89
ec70a118f6cd
child 91
60ead38a61af

- ...

hgpoll.py file | annotate | diff | comparison | revisions
--- a/hgpoll.py	Mon Nov 17 22:22:05 2014 +0200
+++ b/hgpoll.py	Mon Nov 17 22:23:48 2014 +0200
@@ -101,6 +101,7 @@
 	commit_author = moredata[0]
 	commit_date = moredata[1]
 	commit_email = ""
+	commit_message = zanrepo.hg_command ('log', '-r', commit_node, '--template', '{desc}')
 
 	try:
 		ticket_data = Bt.get_issue (ticket_id)

mercurial