/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Vincent Ladeuil
  • Date: 2007-09-10 12:12:47 UTC
  • mto: (2810.2.1 integration)
  • Revision ID: v.ladeuil+lp@free.fr-20070910121247-sxf4l4pq1e27380p
Fix #128076 and #131396 by reusing bound branch transport.

* bzrlib/bzrdir.py:
(BzrDir.open): Add possible_transports as the last parameter.

* bzrlib/builtins.py:
(cmd_update.run): Use possible_transports parameter to obtain the
master branch transport and reuse it.

* bzrlib/branch.py:
(Branch.open, Branch.get_master_branch,
BzrBranch5.get_master_branch, BzrBranch5.update): Add
possible_transports as the last parameter.

* bzrlib/workingtree.py:
(WorkingTree.update): Add possible_transports as the last parameter.

* bzrlib/tests/commands/test_update.py:
(TestUpdate.test_update): Ignore connections from bind.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2553.2.6 18 years ago Robert Collins And overhaul BranchTestProviderAdapter too. 7.2 KB Diff Download File
test_bound_sftp.py 1551.15.71 18 years ago Aaron Bentley Fix test case that was importing merge when it did 12.8 KB Diff Download File
test_branch.py 2598.5.18 18 years ago Aaron Bentley Merge bzr.dev 25.8 KB Diff Download File
test_break_lock.py 2052.3.1 18 years ago John Arbash Meinel Add tests to cleanup the copyright of all source f 3.4 KB Diff Download File
test_commit.py 2789.1.1 18 years ago Ian Clatworthy (Nam Nguyen) Pre-commit hook 8.7 KB Diff Download File
test_create_checkout.py 2018.5.122 18 years ago Robert Collins More Branch implementation test passing foo. 3.2 KB Diff Download File
test_get_revision_id_to_revno_map.py 2418.5.13 18 years ago John Arbash Meinel Remove revision_id_to_dotted_revno, because it isn 4.5 KB Diff Download File
test_hooks.py 2696.3.7 18 years ago Martin Pool Update hook test to cope with branches that can't 2.8 KB Diff Download File
test_http.py 2018.5.113 18 years ago Robert Collins Test only fixes from the ported-to-bzr.dev test-co 3.5 KB Diff Download File
test_last_revision_info.py 2249.4.1 18 years ago Wouter van Heyst New Branch.last_revision_info method, this is bein 1.4 KB Diff Download File
test_locking.py 2018.5.166 18 years ago Andrew Bennetts Small changes in response to Aaron's review. 17.5 KB Diff Download File
test_parent.py 2018.5.167 18 years ago Andrew Bennetts Various changes in response to John's review. 2.9 KB Diff Download File
test_permissions.py 2018.5.99 18 years ago Andrew Bennetts Don't test mode setting for remote branches becaus 3.1 KB Diff Download File
test_pull.py 2477.1.2 18 years ago Martin Pool Rename push/pull back to 'run_hooks' (jameinel) R 8 KB Diff Download File
test_push.py 2477.1.9 18 years ago Martin Pool Review cleanups from John, mostly docs 10.2 KB Diff Download File
test_revision_history.py 2697.2.2 18 years ago Martin Pool deprecate Branch.append_revision 7.5 KB Diff Download File
test_revision_id_to_revno.py 2598.5.3 18 years ago Aaron Bentley Push NULL_REVISION deeper 1.6 KB Diff Download File
test_sprout.py 2796.1.4 18 years ago Aaron Bentley Fix up various test cases 3.9 KB Diff Download File
test_tags.py 2388.1.12 18 years ago Alexander Belchenko direct test for tags.get_reverse_tag_dict() 7 KB Diff Download File
test_uncommit.py 2598.5.2 18 years ago Aaron Bentley Got all tests passing with Branch returning 'null: 3.9 KB Diff Download File
test_update.py 2598.5.4 18 years ago Aaron Bentley Restore original Branch.last_revision behavior, fi 2.9 KB Diff Download File