/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/branch_implementations/test_branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-14 15:53:17 UTC
  • mfrom: (1551.8.6 Aaron's mergeable stuff)
  • Revision ID: pqm@pqm.ubuntu.com-20060814155317-e2d508d6f2646a4b
Rename test

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
        tree.branch.generate_revision_history(bzrlib.revision.NULL_REVISION)
397
397
        self.assertEqual([], tree.branch.revision_history())
398
398
 
399
 
    def test_checkout_convenience(self):
 
399
    def test_create_checkout(self):
400
400
        tree_a = self.make_branch_and_tree('a')
401
401
        branch_a = tree_a.branch
402
402
        checkout_b = branch_a.create_checkout('b')