1 patch for repository http://darcs.net/screened:
patch 9e066dc3b9110a570bbf4d5b4ad137d1f7a9cab1
Author: Ben Franksen <ben.franksen@online.de>
Date: Fri Nov 20 17:46:10 CET 2020
* resolve issue2667: catch IO errors in seekRepo
When we (recursively) cd ".." to determine if we are in a darcs repo, we may
well hit an IO error, such as permission denied. We now catch such errors,
emit a warning, and return Nothing (not in a repo).