/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/test_repository.py

  • Committer: Robert Collins
  • Date: 2009-06-22 06:15:41 UTC
  • mto: This revision was merged to the branch mainline in revision 4470.
  • Revision ID: robertc@robertcollins.net-20090622061541-mri46zc9w30imk3l
Review corrections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
673
673
        self.assertFalse(repo._format.supports_external_lookups)
674
674
 
675
675
 
676
 
class Test2alpha(TestCaseWithTransport):
 
676
class Test2a(TestCaseWithTransport):
677
677
 
678
678
    def test_format_pack_compresses_True(self):
679
679
        repo = self.make_repository('repo', format='2a')