2 patches for repository http://darcs.net/screened:
patch 45cab74598ca6f3b18ff48e831c2934e217e0374
Author: Ben Franksen <ben.franksen@online.de>
Date: Sun May 22 12:54:47 CEST 2022
* restore functionality of DARCS_CONNECTION_TIMEOUT env var
This was lost when we threw out downloading via curl. It is actually a
response timeout now but I kept the name for compatibility.
patch a6472af28cf2118c300cfc2190a42e66d312d509
Author: Ben Franksen <ben.franksen@online.de>
Date: Sun May 22 13:41:17 CEST 2022
* fix and reactivate test for issue1599
The test had a missing 'darcs tag' command to set up the repo, since w/o a
tag the clone is not really lazy. Then it tested the wrong thing by relying
on debug output which no longer gets issued. The underlying issue has indeed
been resolved by the patch that claims so.