1460
1457
class WorkingTreeFormat3(WorkingTreeFormat):
1461
1458
"""The second working tree format updated to record a format marker.
1466
1469
def get_format_string(self):
1467
1470
"""See WorkingTreeFormat.get_format_string()."""
1468
1471
return "Bazaar-NG Working Tree format 3"
1470
1481
def initialize(self, a_bzrdir, revision_id=None):
1471
1482
"""See WorkingTreeFormat.initialize().