/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: 2010-08-10 18:07:54 UTC
  • mto: This revision was merged to the branch mainline in revision 5376.
  • Revision ID: john@arbash-meinel.com-20100810180754-jf7zhjlkoaxpqsrr
Create a multi-parent diff generator class.

This just encapsulates the state. That way we don't have to
hold all texts in memory, but we can hold *some* texts in memory
until we are done with them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3828
3828
        'bzrlib.tests.test_urlutils',
3829
3829
        'bzrlib.tests.test_version',
3830
3830
        'bzrlib.tests.test_version_info',
 
3831
        'bzrlib.tests.test_versionedfile',
3831
3832
        'bzrlib.tests.test_weave',
3832
3833
        'bzrlib.tests.test_whitebox',
3833
3834
        'bzrlib.tests.test_win32utils',