1141
1141
class BzrBranchFormat6(BzrBranchFormat5):
1144
1144
Unlike previous formats, this has no explicit revision history. Instead,
1145
1145
this just stores the last-revision, and the left-hand history leading
1146
1146
up to there is the history.
1148
1148
This format was introduced in bzr 0.15
1151
1152
def get_format_string(self):