[MERGE] Enable lazy-loading of commands
Aaron Bentley
aaron at aaronbentley.com
Tue Oct 21 23:38:30 BST 2008
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
John Arbash Meinel wrote:
> === modified file 'bzrlib/tests/test_store.py'
> --- bzrlib/tests/test_store.py 2008-05-12 04:20:02 +0000
> +++ bzrlib/tests/test_store.py 2008-10-21 14:08:31 +0000
> @@ -26,6 +26,7 @@
> from bzrlib.store.text import TextStore
> from bzrlib.tests import TestCase, TestCaseInTempDir, TestCaseWithTransport
> import bzrlib.store as store
> +import bzrlib.store.versioned
> import bzrlib.transactions as transactions
> import bzrlib.transport as transport
> from bzrlib.transport.memory import MemoryTransport
>
>
> ^- Is this part actually needed?
Yes. It was importing bzrlib.store, and then using store.versioned. I
don't know why it wasn't failing before my patch, but it's certainly
necessary now.
Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkj+WeYACgkQ0F+nu1YWqI3efQCfVxNG7100iO1eQnLnJSLhBMtc
NOIAnioZHsc+qGQMm3298W05887JT5Fl
=+fHx
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list