> Please read > http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html#sending-changes > for a description of the bazaar "merge directives". The merge > directives should be sent to this very mailing list to be > discussed. If the patch is approved then I will merge it into the > trunk.
Just a note for people new to bazaar like me :-). In order to generate a correct merge directive file (with "bzr send -o patch") you have to commit changes with "bzr commit" first. That commit is not needed if you just want to get a diff file ("bzr diff"). The diff file though, doesn't track branches metadata (which is needed). cheers, -gerel