darcs

Patch 2444 refactor getOnePatchset -> matchOnePatchset

Title refactor getOnePatchset -> matchOnePatchset
Superseder Nosy List bfrk
Related Issues
Status needs-review Assigned To
Milestone

Created on 2025-01-06.11:56:18 by bfrk, last changed 2025-01-06.11:56:55 by bfrk.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2025-01-06.11:56:16 text/x-darcs-patch
refactor-getonepatchset-__-matchonepatchset.dpatch bfrk, 2025-01-06.11:56:16 application/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg24151 (view) Author: bfrk Date: 2025-01-06.11:56:16
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
History
Date User Action Args
2025-01-06 11:56:18bfrkcreate
2025-01-06 11:56:55bfrksetstatus: needs-screening -> needs-review