/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 doc/developers/bundles.txt

  • Committer: Robert Collins
  • Date: 2007-07-15 15:40:37 UTC
  • mto: (2592.3.33 repository)
  • mto: This revision was merged to the branch mainline in revision 2624.
  • Revision ID: robertc@robertcollins.net-20070715154037-3ar8g89decddc9su
Make GraphIndex accept nodes as key, value, references, so that the method
signature is closer to what a simple key->value index delivers. Also
change the behaviour when the reference list count is zero to accept
key, value as nodes, and emit key, value to make it identical in that case
to a simple key->value index. This may not be a good idea, but for now it
seems ok.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=======
2
 
Bundles
 
2
Bundles 
3
3
=======
4
4
 
5
5
Status
41
41
 
42
42
June 2007 Design
43
43
================
44
 
`Bundle Format 4 spec`_
45
 
 
46
 
.. _Bundle Format 4 spec: bundle-format4.html
47
 
 
 
44
 
 
45
To be documented.
48
46
 
49
47
Future Plans
50
48
============
81
79
the Branch level to gain access to that.
82
80
 
83
81
 
84
 
..
85
82
   vim: ft=rst tw=74 ai
 
83