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

  • Committer: Andrew Bennetts
  • Date: 2009-02-27 02:24:55 UTC
  • mto: This revision was merged to the branch mainline in revision 4061.
  • Revision ID: andrew.bennetts@canonical.com-20090227022455-l2tpnkno6zqg5pgg
Fix some nits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        self.assertEqual(revid, result.last_revision())
58
58
        self.assertEqual(trunk.base, result.get_stacked_on_url())
59
59
 
60
 
    def test_push_of_nonlefthand_null_parent(self):
 
60
    def test_create_clone_of_multiple_roots(self):
61
61
        try:
62
62
            builder = self.make_branch_builder('local')
63
63
        except (errors.TransportNotPossible, errors.UninitializableFormat):