7628
7677
* Avoid circular imports by creating a deprecated function for
7629
7678
``bzrlib.tree.RevisionTree``. Callers should have been using
7630
7679
``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel,
7633
7682
* Don't use ``socket.MSG_WAITALL`` as it doesn't exist on all
7634
7683
platforms. (Martin Pool, #66356)