/brz/remove-bazaar

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

  • Committer: John Arbash Meinel
  • Date: 2008-08-29 17:13:30 UTC
  • Revision ID: john@arbash-meinel.com-20080829171330-mrui49146o15ak98
Updates to GraphIndex processing.

If _read_and_parse() ends up reading the whole index, pass that
on to _buffer_all() rather than doing the normal bisect code.
This happens a lot when reading indexes over remote transports
which read a 64kB page at a time. The old code would end up
reading the whole file, parsing it into bisect regions, and
then reading the whole file again in the next call.

This also includes refactoring of the graph index test suite
to pull out a lot of redundant code into helper functions.
Filename Latest Rev Last Changed Committer Comment Size
..
bzrlib 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
contrib 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
doc 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
man1 2425.1.1 18 years ago Robert Collins ``make docs`` now creates a man page at ``man1/bzr Diff
tools 1185.1.29 20 years ago Robert Collins merge merge tweaks from aaron, which includes late Diff
.bzrignore 3641.3.30 17 years ago John Arbash Meinel Rename _parse_btree to _btree_serializer 947 bytes Diff Download File
.rsyncexclude 1185.33.36 20 years ago Martin Pool Exclude more files from dumb-rsync upload 203 bytes Diff Download File
BRANCH.TODO 3015.4.13 17 years ago Daniel Watkins Cleaned out BRANCH.TODO. 150 bytes Diff Download File
File bzr 3624.1.1 17 years ago John Arbash Meinel Bring in 1.6rc2, and update NEWS. Some things tha 5.2 KB Diff Download File
bzr.ico 1861.2.16 19 years ago Alexander Belchenko new official bzr.ico 7.2 KB Diff Download File
COPYING.txt 1861.2.9 19 years ago Alexander Belchenko rename gpl.txt => COPYING.txt 17.5 KB Diff Download File
File generate_docs.py 2911.6.1 18 years ago Blake Winton Change 'print >> f,'s to 'f.write('s. 2.9 KB Diff Download File
INSTALL 2696.2.4 18 years ago Aaron Bentley Fix typo 1.4 KB Diff Download File
Makefile 3619.3.1 17 years ago Andrew Bennetts Move the notes on writing tests out of HACKING int 8.5 KB Diff Download File
NEWS 3665 17 years ago Canonical.com Patch Queue Manager (jam) Change the HPSS readv() code to buffer and p 270 KB Diff Download File
profile_imports.py 1996.3.36 19 years ago John Arbash Meinel [merge] bzr.dev 2070 5.4 KB Diff Download File
README 3286 17 years ago Canonical.com Patch Queue Manager Start 1.4 development 3.3 KB Diff Download File
File setup.py 3641.3.30 17 years ago John Arbash Meinel Rename _parse_btree to _btree_serializer 19.9 KB Diff Download File
TODO 2382.2.5 18 years ago Martin Pool Contents of TODO file moved into bug tracker 115 bytes Diff Download File