Rev 3819: Remove Development3 from other locations in http://bzr.arbash-meinel.com/branches/bzr/brisbane/inv_as_lines

John Arbash Meinel john at arbash-meinel.com
Fri Feb 13 19:55:23 GMT 2009


At http://bzr.arbash-meinel.com/branches/bzr/brisbane/inv_as_lines

------------------------------------------------------------
revno: 3819
revision-id: john at arbash-meinel.com-20090213195448-od86qjddx7zo784i
parent: john at arbash-meinel.com-20090212230307-d579lv2vfjc0px1k
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: inv_as_lines
timestamp: Fri 2009-02-13 13:54:48 -0600
message:
  Remove Development3 from other locations
-------------- next part --------------
=== modified file 'bzrlib/repository.py'
--- a/bzrlib/repository.py	2009-02-12 23:03:07 +0000
+++ b/bzrlib/repository.py	2009-02-13 19:54:48 +0000
@@ -2552,17 +2552,6 @@
     )
 # 1.9->1.110 go below here
 format_registry.register_lazy(
-    "Bazaar development format 3 (needs bzr.dev from before 1.10)\n",
-    'bzrlib.repofmt.pack_repo',
-    'RepositoryFormatPackDevelopment3',
-    )
-format_registry.register_lazy(
-    ("Bazaar development format 3 with subtree support "
-        "(needs bzr.dev from before 1.10)\n"),
-    'bzrlib.repofmt.pack_repo',
-    'RepositoryFormatPackDevelopment3Subtree',
-    )
-format_registry.register_lazy(
     "Bazaar development format 5 (needs bzr.dev from before 1.13)\n",
     'bzrlib.repofmt.pack_repo',
     'RepositoryFormatPackDevelopment5',
@@ -3218,14 +3207,11 @@
                 RepositoryFormatKnitPack6RichRoot,
                 RepositoryFormatPackDevelopment2,
                 RepositoryFormatPackDevelopment2Subtree,
-                RepositoryFormatPackDevelopment3,
-                RepositoryFormatPackDevelopment3Subtree,
                 )
             norichroot = (
                 RepositoryFormatKnit1,            # no rr, no subtree
                 RepositoryFormatKnitPack1,        # no rr, no subtree
                 RepositoryFormatPackDevelopment2, # no rr, no subtree
-                RepositoryFormatPackDevelopment3, # no rr, no subtree
                 RepositoryFormatKnitPack5,        # no rr, no subtree
                 RepositoryFormatKnitPack6,        # no rr, no subtree
                 )
@@ -3236,7 +3222,6 @@
                 RepositoryFormatKnitPack5RichRoot,# rr, no subtree
                 RepositoryFormatKnitPack6RichRoot,# rr, no subtree
                 RepositoryFormatPackDevelopment2Subtree, # rr, subtree
-                RepositoryFormatPackDevelopment3Subtree, # rr, subtree
                 )
             for format in norichroot:
                 if format.rich_root_data:



More information about the bazaar-commits mailing list