~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/quilt.txt

 * Various microoptimisations to knit and gzip - reducing function call 
   counts in inner loops, reducing double-handling of data, increasing
   knit header parsing performance, removing 'list.index' calls
   completely etc.
 * changes the data format of knits to remove an extraneous \n in the 
   compressed content data, which lets it be trivially pulled into 
   memory in a single 'readlines()' call.
 * changes the knit repository to use unannotated knits for inventory,
   revisions, and signatures. Also turns off delta-compression for
   revisions and signatures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Quilt
2
 
=====
3
 
 
4
 
Descendent of Andrew Morton's patch scripts.
5
 
 
6
 
Demonstrates that quite a powerful tool can be built in a relatively
7
 
short time.
8
 
 
9
 
Is largely not concerned with preserving a history record.  Allows 
10
 
 
11
 
Pop patches off, similar to excluding them.
 
 
b'\\ No newline at end of file'