--2a format still claims Development format for its format description

Bug #424392 reported by John A Meinel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Fix Released
High
John A Meinel
2.0
Fix Released
Undecided
Unassigned

Bug Description

It seems that RepositoryFormat2a inherits from RepositoryFormatCHK2 (--dev6-rich-root) but doesn't provide a new "get_format_description"

Which means that both "bzr info -v" and Launchpad cannot tell a --dev6 repo from a --2a one... :(

Should be simple enough to fix
We just need to add something like:
def get_format_description(self):
    """See RepositoryFormat.get_format_description()."""
    return ("Development repository format - rich roots, group compression"
        " and chk inventories")

Related branches

John A Meinel (jameinel)
Changed in bzr:
status: Confirmed → Fix Committed
Changed in bzr:
milestone: 2.0 → 2.0rc2
milestone: 2.0rc2 → none
Changed in bzr:
status: Fix Committed → Fix Released
John A Meinel (jameinel)
Changed in bzr:
milestone: none → 2.0.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.