darcs

Issue 2625 should catch only IO exceptions when we call applyToWorking

Title should catch only IO exceptions when we call applyToWorking
Priority bug Status resolved
Milestone Resolved in 2.14.3
Superseder Nosy List bfrk
Assigned To
Topics

Created on 2019-06-15.15:03:03 by bfrk, last changed 2019-07-28.18:51:56 by noreply.

Messages
msg20837 (view) Author: bfrk Date: 2019-06-15.15:03:01
For many commands, applying changes to the working tree is done as the 
last step after we commit the transaction (which apply only to the 
internal state of a repo, not the working tree). Instead of catching 
all exceptions here, we should only catch and report IO exceptions and 
treat others, in particular any error calls, as a bug.
msg20995 (view) Author: noreply Date: 2019-07-28.18:51:55
The following patch sent by Ben Franksen <ben.franksen@online.de> updated issue issue2625 with
status=resolved;resolvedin=2.15.0 HEAD

* resolve issue2625: catch only IO exceptions from applyToWorking 
Ignore-this: 4257807bb86e85058a430f2bb7de25efd96e76dbcb110a8a686e0e85df7d97f1ab1878e76119400
History
Date User Action Args
2019-06-15 15:03:03bfrkcreate
2019-07-28 18:51:56noreplysetstatus: unknown -> resolved
messages: + msg20995
resolvedin: 2.14.3