Re: [ANNOUNCE] Example Cogito Addon - cogito-bundle
From: Sean <hidden>
Date: 2016-06-15 22:42:44
On Thu, 19 Oct 2006 09:46:32 +0300 Alexander Belchenko [off-list ref] wrote:
You probably miss main idea of bzr bundles. It's not just the way to send via e-mail or other appropriate transport the part of repository. It primarily was designed to be human readable as usual diff (i.e. patch). It was designed to solve 2 thing simultaneously: - be informative for human as usual patch - be consistent for machine.
Petr already mentioned that the data currently shown in the email text isn't really useful. But it's simple to make it an attachment and show a combined diff instead. Although that might just make the email bigger for not a lot of gain. It's easy to use the git command line and gui tools to inspect the bundle after importing it into your repository. And just as easy to expunge the bundle afterward if it isn't up to grade. Sean