/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2009-09-08 20:43:04 UTC
  • mto: (4679.6.1 2.1-export-c-api)
  • mto: This revision was merged to the branch mainline in revision 4735.
  • Revision ID: john@arbash-meinel.com-20090908204304-bvrvpt10o8ux0e6z
Start working on a Keys type.

This is a pure C extension type, because we want a lot of control
over the memory representation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3511
3511
        'bzrlib.tests.test__chk_map',
3512
3512
        'bzrlib.tests.test__dirstate_helpers',
3513
3513
        'bzrlib.tests.test__groupcompress',
 
3514
        'bzrlib.tests.test__keys_type',
3514
3515
        'bzrlib.tests.test__known_graph',
3515
3516
        'bzrlib.tests.test__rio',
3516
3517
        'bzrlib.tests.test__walkdirs_win32',