Code review comment for lp://staging/~xaav/bzr/tarball-generator

Revision history for this message
Vincent Ladeuil (vila) wrote :

Saga followup (last episode ?):

=== modified file 'bzrlib/export/__init__.py'
--- bzrlib/export/__init__.py 2011-06-06 09:31:59 +0000
+++ bzrlib/export/__init__.py 2011-06-07 15:18:16 +0000
@@ -226,7 +226,7 @@
 register_lazy_exporter('tlzma', ['.tar.lzma'], 'bzrlib.export.tar_exporter',
                        'tar_lzma_exporter_generator')
 register_lazy_exporter('txz', ['.tar.xz'], 'bzrlib.export.tar_exporter',
- 'tar_xz_exporte_generatorr')
+ 'tar_xz_exporter_generator')
 register_lazy_exporter('zip', ['.zip'], 'bzrlib.export.zip_exporter',
                        'zip_exporter_generator')

/me blinks

There is quite a hole in our test coverage here, it's amazing we went that far without anybody noticing...

I'll fix that.

« Back to merge proposal