/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2009-06-02 21:11:18 UTC
  • Revision ID: john@arbash-meinel.com-20090602211118-fjsx4dxokahrqkrr
Change groupcompress.DeltaIndex to be lazy about indexing the first source.

This changes the performance characteristics of 'commit', especially of large files.
The main benefit is that during commit, we won't be doing any deltas as we add
all new content to a new group anyway.
Thus we know that we won't ever use the delta index we were creating, so
we can save both time and memory by never creating the index until it is
needed.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 4.5 KB Diff Download File
branch.py 4288.1.7 16 years ago Robert Collins Add new remote server verb Branch.set_parent_locat 11.3 KB Diff Download File
bzrdir.py 4307.2.2 16 years ago Robert Collins Lock repositories created by BzrDirFormat.initiali 17.6 KB Diff Download File
client.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 9.3 KB Diff Download File
medium.py 4326.2.3 16 years ago Jonathan Lange Use as a dict. 34.2 KB Diff Download File
message.py 4294.2.7 16 years ago Robert Collins Start building up a BzrDir.initialize_ex verb for 13.2 KB Diff Download File
packrepository.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 1.5 KB Diff Download File
protocol.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 49.5 KB Diff Download File
repository.py 4392.2.2 16 years ago John Arbash Meinel Add tests that ensure we can fetch branches with g 25.4 KB Diff Download File
request.py 4294.2.8 16 years ago Robert Collins Reduce round trips pushing new branches substantia 21.6 KB Diff Download File
server.py 4370.4.7 16 years ago Jelmer Vernooij Review feedback from Ian. 13.8 KB Diff Download File
vfs.py 4183.7.1 16 years ago Sabin Iacob update FSF mailing address 7 KB Diff Download File