From: Eric K. <eri...@gm...> - 2012-02-27 15:42:51
|
On 27 Feb 2012, at 15:38, Eric Kow wrote: > darcs get --lazy http://code.haskell.org/wxhaskell the-patch-you-downloaded.dpatch > cd wxhaskell > darcs apply -i ~/foo/the-patch-you-downloaded.dpatch > Oops, that's darcs get --lazy <REPO> --context <PATCH> The idea is that darcs will then grab <REPO> and then unapply patches until it's wound its way back to the context that the patch was expecting. This way you avoid thinking about merging or conflicts. -- Eric Kow <http://erickow.com> |