/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 bzrlib/repofmt/pack_repo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-26 08:03:12 UTC
  • mfrom: (3010.3.3 format-name)
  • Revision ID: pqm@pqm.ubuntu.com-20071126080312-mc2sagjsq7u3lemo
Rename knitpack-experimental format to pack-0.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
1811
1811
    _serializer = xml5.serializer_v5
1812
1812
 
1813
1813
    def _get_matching_bzrdir(self):
1814
 
        return bzrdir.format_registry.make_bzrdir('knitpack-experimental')
 
1814
        return bzrdir.format_registry.make_bzrdir('pack-0.92')
1815
1815
 
1816
1816
    def _ignore_setting_bzrdir(self, format):
1817
1817
        pass
1848
1848
 
1849
1849
    def _get_matching_bzrdir(self):
1850
1850
        return bzrdir.format_registry.make_bzrdir(
1851
 
            'knitpack-subtree-experimental')
 
1851
            'pack-0.92-subtree')
1852
1852
 
1853
1853
    def _ignore_setting_bzrdir(self, format):
1854
1854
        pass