~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to repofmt.py

  • Committer: John Arbash Meinel
  • Date: 2009-03-09 05:25:33 UTC
  • mto: (3735.31.1 groupcompress)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090309052533-b1i8sbj70y4ywd1a
CHKSerializer no longer has a 'parent_id_basename_index' field to care about.

Show diffs side-by-side

added added

removed removed

Lines of Context:
643
643
            return ("Development repository format - hash255chk+groupcompress")
644
644
 
645
645
 
646
 
    chk_serializer_255_bigpage = chk_serializer.CHKSerializer(65536, True, 'hash-255-way')
 
646
    chk_serializer_255_bigpage = chk_serializer.CHKSerializer(65536, 'hash-255-way')
647
647
    class RepositoryFormatPackGCCHK255Big(RepositoryFormatPackGCCHK255):
648
648
        """A hashed CHK+group compress pack repository."""
649
649