194
194
* Fix ``log`` to better check ancestors even if merged revisions are involved.
195
195
(Vincent Ladeuil, #476293)
197
201
* Many IO operations that returned ``EINTR`` were retried even if it
198
202
wasn't safe to do so via careless use of ``until_no_eintr``. Bazaar now
199
203
only retries operations that are safe to retry, and in some cases has