16
* ``bzr pack`` now orders revision texts in topological order, with newest
17
at the start of the file, promoting linear reads for ``bzr log`` and the
18
like. This partially fixes #154129. (Robert Collins)
20
* Merge directives now fetch prerequisites from the target branch if
21
needed. (Aaron Bentley)
25
* Fix Makefile rules for doc generation. (Ian Clatworthy, #175207)
27
* ``uncommit`` works even when the commit messages of revisions to be
28
removed use characters not supported in the terminal encoding.
31
* When dumb http servers return whole files instead of the requested ranges,
32
read the remaining bytes by chunks to avoid overflowing network buffers.
33
(Vincent Ladeuil, #175886)