/brz/remove-bazaar

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

  • Committer: James Westby
  • Date: 2007-03-30 16:20:00 UTC
  • mto: (0.215.1 trunk)
  • Revision ID: jw+debian@jameswestby.net-20070330162000-0muski7om3axcszs
Add some basic pack handling code.

It has classes for the index and data parts. It supports lookup of an object
name in the index, and then access to the object in the data part using the
offset returned from the index lookup.

There are many problems with it so far.

  * The mmap in python has no offset, so the whole files are mapped.
  * There is no support for delta objects.
  * There is no consistency checking.
  * The code is not hooked up to provide a simple API.
  * The code is not hooked in to the repo, so that objects are still not
    retrieved from packs.
Filename Latest Rev Last Changed Committer Comment Size
..
data 0.211.1 19 years ago James Westby Start the python-git project. Aims to give an int Diff
__init__.py 0.211.9 19 years ago James Westby Add some basic pack handling code. It has classes 1.1 KB Diff Download File
test_objects.py 0.211.5 19 years ago James Westby Add support for getting the revision graph from a 4.2 KB Diff Download File
test_pack.py 0.211.9 19 years ago James Westby Add some basic pack handling code. It has classes 2.7 KB Diff Download File
test_repository.py 0.211.8 19 years ago James Westby Make the commit walker use a loop rather than recu 4.4 KB Diff Download File