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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-06 19:35:39 UTC
  • mfrom: (4086.1.4 hpss-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090306193539-h0q6dlyayhgcehta
(robertc, andrew) Add Branch.get_tags_dict RPC;
        Add optional 'fetch_spec' argument to Repository.fetch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
418
418
        self.empty_branch.push(target)
419
419
        self.assertEqual(
420
420
            ['BzrDir.open',
421
 
             'BzrDir.open_branch',
 
421
             'BzrDir.open_branchV2',
422
422
             'BzrDir.find_repositoryV3',
423
423
             'Branch.get_stacked_on_url',
424
424
             'Branch.lock_write',