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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-25 05:15:39 UTC
  • mfrom: (4044.1.3 push.roundtrips)
  • Revision ID: pqm@pqm.ubuntu.com-20090225051539-61fkvmey7t598fzs
(robertc) Create a clean method for cloning a branch and optimise the
        specific case of clone-to-RemoteBranch to avoid round trips
        reopening a branch we just created. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        'bzrlib.tests.branch_implementations.test_break_lock',
157
157
        'bzrlib.tests.branch_implementations.test_check',
158
158
        'bzrlib.tests.branch_implementations.test_create_checkout',
 
159
        'bzrlib.tests.branch_implementations.test_create_clone',
159
160
        'bzrlib.tests.branch_implementations.test_commit',
160
161
        'bzrlib.tests.branch_implementations.test_dotted_revno_to_revision_id',
161
162
        'bzrlib.tests.branch_implementations.test_get_revision_id_to_revno_map',