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
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