27
30
* Fetching data over HTTP is a bit faster when urllib is used. This is done
28
31
by forcing it to recv 64k at a time when reading lines in HTTP headers,
29
32
rather than just 1 byte at a time. (Andrew Bennetts)
31
37
* Merge is faster. We no longer check a file's existence unnecessarily
32
38
when merging the execute bit. (Aaron Bentley)
39
42
* ``bzr mv a b`` can be now used also to rename previously renamed