~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to BRANCH.TODO

  • Committer: Ian Clatworthy
  • Date: 2010-05-26 04:26:59 UTC
  • mto: (5255.2.1 integration)
  • mto: This revision was merged to the branch mainline in revision 5256.
  • Revision ID: ian.clatworthy@canonical.com-20100526042659-2e3p4qdjr0sby0bt
Fix PDF generation of User Reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
4
4
#
5
5
 
6
 
Make sure that dev3 handles the rich root correctly. That is that upgrades set
7
 
the new value correctly and that commits to a non-rich-root followed by
8
 
deserialisation show the root as having changed, diffs between non rich root
9
 
revisions should not? show the root as changing?
10
 
 
11
 
Group compress todo
12
 
 * Network stream form. Possibly just the gc group. Possibly a cluster of gc
13
 
   groups with bzip2 over them. Possibly a gc group but with fulltexts that the
14
 
   target has stripped out and replaced with an 'external' record.
15
 
 
16
 
 * Consider a more 'binary' layout for things like sha1 sums, or length
17
 
   indicators.
18
 
 
19
 
 * Investigate sha1 overhead. Currently when doing 'bzr pack' we sha once on
20
 
   extraction, and then one more time on insertion. Removing both calls saves
21
 
   6s out of 32s for 'bzr pack' (and 8s=>5.5s for 'repository-details')
22
 
 
23
 
 * don't require the pyx.c version or ~600 tests errors out,
24
 
   write a pure python version instead