[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] bzr commit notifications [was Re: VM vcs u
From: |
Glenn Morris |
Subject: |
Re: [Savannah-hackers-public] bzr commit notifications [was Re: VM vcs upgraded (mostly)] |
Date: |
Thu, 2 May 2013 11:53:55 -0400 |
Bob Proulx wrote (on Thu, 2 May 2013 at 00:30 -0600):
> I applied that patch. It didn't apply cleanly due to file
> differences. I manually and rather mechanically patched the
> rejections into the vcs.savannah copy of the file. I ran the hourly
> cron script just now and if no output is good output then it was good
> because there was no output. At least the errors that were emitted
> before are now silent. I have my fingers crossed.
Thanks for fixing it up!
If you have time, would you be willing to try the patch from
https://bugs.launchpad.net/bzr-hookless-email/+bug/533009/comments/3
- msg.add_inline_attachment(diff_val, diff_name)
+ msg.add_inline_attachment(diff_val, diff_name, 'x-diff')
It is just a piece of trivia that should improve the MIME type of
commit messages. It's not at all urgent, so if it doesn't seem to
work, forget about it.