darcs

Issue 1424 darcs get wrongly reports "using lazy repository" if you ctrl-c old-fashioned get

Title darcs get wrongly reports "using lazy repository" if you ctrl-c old-fashioned get
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, jaredj, kowey, thorkilnaur
Assigned To
Topics Control-C, ProbablyEasy, UI

Created on 2009-04-09.10:43:02 by kowey, last changed 2010-03-23.19:40:21 by kowey.

Messages
msg7609 (view) Author: kowey Date: 2009-04-09.10:42:55
If you do a darcs get of an old fashioned repository, get impatient and Ctrl-C
to quit, darcs will wrongly report that it's using a lazy repository
msg8129 (view) Author: kowey Date: 2009-08-14.08:32:07
Actually, this may be pretty easy to fix.  I grepped "using lazy" in the source
and found copy_repo `catchInterrupt` (putInfo $ text "Using lazy repository.")
in Darcs.Commands.Get

So it looks like we just need to make the catcher aware of flags and since we're
in the top level, that's very easy to do
msg10471 (view) Author: kowey Date: 2010-03-23.19:40:14
Resolved by

Sat Nov 14 21:41:32 GMT 2009  David Markvica <david@blueshellturtle.com>
  * Resolve issue 1424: darcs get wrongly reports "using lazy
repository" if you ctrl-c old-fashioned get
History
Date User Action Args
2009-04-09 10:43:02koweycreate
2009-04-18 03:40:09twbsettopic: + Confirmed
nosy: kowey, simon, thorkilnaur, dmitry.kurochkin
2009-08-14 08:32:16koweysetstatus: unread -> needs-implementation
nosy: + jaredj
topic: + ProbablyEasy
messages: + msg8129
2009-08-25 17:43:11adminsetnosy: + darcs-devel, - simon
2009-08-27 14:23:52adminsetnosy: kowey, darcs-devel, thorkilnaur, jaredj, dmitry.kurochkin
2009-11-24 00:41:55koweylinkpatch77 issues
2010-03-23 19:40:21koweysetstatus: needs-implementation -> resolved
topic: - Confirmed
messages: + msg10471