1 patch for repository https://darcs.net/screened:
patch 95bd9bd8c6b400d9752621031793b3967ddb7722
Author: Ben Franksen <ben.franksen@online.de>
Date: Thu Sep 16 08:48:26 CEST 2021
* refactor getOnePatchset -> matchOnePatchset
Darcs.Repository.Match.getOnePatchSet only needed the Repository argument to
call readPatches. However, in all use cases we have already done that, so we
can as well pass the PatchSet directly. The new function matchOnePatchSet
was then moved to Darcs.Patch.Match as it no longer depends on the
Repository layer.
Attachments
|