[BZR Tree!] Updated shelf

John Arbash Meinel john at arbash-meinel.com
Fri Jun 17 07:36:32 BST 2005


There is one small bug in my patch.

>+def print_diff_status(branch):
>+    from bzrlib.diff import show_diff_trees
>+    print 'Diff status is now:'
>+    p = os.popen('diffstat', 'wb')
>
>
This line should be

+    p = os.popen('diffstat', 'w')

No 'b'. popen doesn't like the binary flag.

Also, on my Mac, when I try to use bzr shelve/unshelve (even the
original, not my modified version), patch complains that there is a
missing header. I'm guessing patch wants the *** line, but I'm not
really sure.

John
=:->


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


More information about the bazaar mailing list