darcs

Patch 2421 remove unnecessary call to writeDarcsHas... (and 2 more)

Title remove unnecessary call to writeDarcsHas... (and 2 more)
Superseder Nosy List bfrk
Related Issues
Status needs-screening Assigned To
Milestone

Created on 2024-06-29.13:33:24 by bfrk, last changed 2024-06-29.13:33:24 by bfrk.

Files
File name Status Uploaded Type Edit Remove
patch-preview.txt bfrk, 2024-06-29.13:33:23 text/x-darcs-patch
remove-unnecessary-call-to-writedarcshashed-from-diff-command.dpatch bfrk, 2024-06-29.13:33:23 application/x-darcs-patch
See mailing list archives for discussion on individual patches.
Messages
msg24060 (view) Author: bfrk Date: 2024-06-29.13:33:23
3 patches for repository https://darcs.net/screened:

patch 755b3a47677683e96591e8aff17e4a5f71280b32
Author: Ben Franksen <ben.franksen@online.de>
Date:   Fri Jun 28 08:41:10 CEST 2024
  * remove unnecessary call to writeDarcsHashed from diff command

patch 219a647036ff7238108cf8d30912e23bc4136b49
Author: Ben Franksen <ben.franksen@online.de>
Date:   Fri Jun 28 23:54:24 CEST 2024
  * remove unnecessary call to writePristine from clone command

patch d2e13bb7de29c76ef311b6422bd3b4b6a2eb6044
Author: Ben Franksen <ben.franksen@online.de>
Date:   Fri Jun 28 08:37:34 CEST 2024
  * remove progress reporting from writeDarcsHashed

  This gets rid of useless "Getting pristine ... done" messages, since (apart
  from a few exceptions) this function is only used to write an empty tree to
  a newly created repo. Almost all non-trivial interaction with hashed trees
  happens via hashedTreeIO instead.
Attachments
History
Date User Action Args
2024-06-29 13:33:24bfrkcreate