1505
1518
"""See WorkingTreeFormat.get_format_description()."""
1506
1519
return "Working tree format 5"
1508
1541
def _init_custom_control_files(self, wt):
1509
1542
"""Subclasses with custom control files should override this method."""
1510
1543
wt._transport.put_bytes('views', '', mode=wt.bzrdir._get_file_mode())