New format branch broke compatibility
Gustavo Niemeyer
gustavo at niemeyer.net
Fri Sep 30 18:16:37 BST 2005
> >The last bzr.newformat branch breaks compatibility with previous
> >repositories using the new format storage, due to that line
> >on branch.py:
> >
> > self.revision_store = get_store('revision-store', compressed=True)
>
> I don't see that line. I see the line:
> self.revision_store = get_store('revision-store', compressed=False)
Yes, sorry. That's why it breaks. If it was True it wouldn't break.
> For version 4 branches, it should get the compressed version of the
> store, but for version 5, they are uncompressed.
They were compressed before the pull I did today.
revno: 1354
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Thu 2005-09-22 15:21:08 +1000
message:
- don't store revision xml compressed
--
Gustavo Niemeyer
http://niemeyer.net
More information about the bazaar
mailing list