0.6 release plan

John Arbash Meinel john at arbash-meinel.com
Mon Oct 24 16:53:58 BST 2005


Martin Pool wrote:
> We have lots of improvements queued up in the bzr.dev branch, so I
> propose to do a 0.6 release before leaving for Montreal this coming
> weekend.  Robert asked me to merge his integration fixes first and to
> improve reweave of ghost revisions (to help baz import).  Is there
> anything else that should go in?

Another one that I just thought of.
We want to change both the write_revision and write_revision_to_string()
such that they have a final newline.

One thing that weaves really could use is this:
=== modified file 'bzrlib/weave.py'
--- bzrlib/weave.py
+++ bzrlib/weave.py
@@ -210,6 +210,8 @@
     def __ne__(self, other):
         return not self.__eq__(other)

+    def __contains__(self, name):
+        return self._name_map.has_key(name)

     def maybe_lookup(self, name_or_index):

It just makes it so that you can say "if rev_id in weave:" otherwise you
have to sneak into the internals.

John
=:->

> 
> --
> Martin
> 
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051024/a2f4d543/attachment.pgp 


More information about the bazaar mailing list