3 patches for repository http://darcs.net/screened:
patch 60112ae92feb318a8a82901b1f865771447a82bb
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date: Sun Mar 19 21:20:04 CET 2017
* remove umask and update_working parameters from withRepoLockCanFail
This entry point is currently only used for attemptCreatePatchIndex. I added
documentation to withRepoLockCanFail that makes it clear that neither
pending nor pending.tentative should be touched by the job, making the call
to revertRepositoryChanges unnecessary.
BTW, the passed umask setting was a fake anyway: of both commands
that use withRepoLockCanFail (log and annotate), none actually has the
--umask switch (and rightly so, since the user doesn't expect them to write
any files) so we always get the default NoUMask.
patch 94060dc3db84dc3fe53648ed96820d4ec12fb198
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date: Sun Mar 19 20:22:40 CET 2017
* use a config record in annotate command
patch 5df61005451b62da1142d9ac5c04b9ec9d44e317
Author: Ben Franksen <benjamin.franksen@helmholtz-berlin.de>
Date: Sun Mar 19 23:43:26 CET 2017
* tests/log.sh: run tests in separate dirs and don't remove them
This change makes it easier to find out what went wrong when the test fails.
Attachments
|