/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 notes/git-serve.txt

  • Committer: Vincent Ladeuil
  • Date: 2007-09-10 12:12:47 UTC
  • mto: (2810.2.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2813.
  • 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Git serve
2
 
 
3
 
Todo:
4
 
 
5
 
 * Fix the pack creation code in Dulwich. It doesn't generate deltas quite 
6
 
   well at the moment.
7
 
 
8
 
 * Switch to the new pack-based format once John's work on PackCollections 
9
 
   is finished. This should give very nice performance improvements, 
10
 
   in particular the caching of Trees.
11
 
 
12
 
 * Support using the cached trees in BazaarObjectStore.generate_pack_contents,
13
 
   rather than calling out to _revision_to_objects as the latter is slow
14
 
   (it uses inventories).
15
 
 
16
 
 * Support roundtripping