[ANN] Zip exporter plugin and merge candidat

Alexander Belchenko bialix at ukr.net
Mon Nov 14 23:40:11 GMT 2005


John A Meinel пишет:
> Alexander Belchenko wrote:
> 
>>New plugin for bzr: zip exporter (v.2)
>>
>>Based on this plugin and in accordance with plugin purpose[1]:
>>
>>    "Plugins often work as a way for developers to test new features for
>>Bazaar-NG prior to inclusion in the official codebase"
>>
>>I create patch that ready to merge into mainline bzr to add zip export
>>functionality:
>>
>>    http://bzr.onembedding.com/bzr.win/features/zip-exporter.diff
> 
> 
> I liked this, and merged it into my integration branch. But I also
> realized that we need to take things one step further, so that plugins
> in the future can just register an export format, rather than having to
> override the export command. (Similarly to how we do transports right now).

This is should be easy, but need to be implemented way for autodetect 
appropriate format by filename extension. Per example, by adding map 
with known file extensions as keys, and known exporters as values.

Alexander




More information about the bazaar mailing list