diff -r 19f22977e635 -r 094e0d982c8a hgext/patchbomb.py --- a/hgext/patchbomb.py Fri Apr 24 19:39:27 2009 +0200 +++ b/hgext/patchbomb.py Thu Apr 23 08:39:27 2009 +0200 @@ -399,6 +399,7 @@ m['References'] = parent else: parent = m['Message-Id'] + m['User-Agent'] = 'Mercurial-patchbomb/%s' % util.version() m['Date'] = util.datestr(start_time, "%a, %d %b %Y %H:%M:%S %1%2") start_time = (start_time[0] + 1, start_time[1])