On 12 Jan 2011, at 23:31, "Edward Z. Yang" <ezy...@mit.edu> wrote:

> Excerpts from Roman Leshchinskiy's message of Wed Jan 12 18:20:25 -0500 2011:
>> How would we get the current functionality of darcs-all pull? Is it even 
>> possible?
> 
> Here is the rebase-y workflow.

Thank you making things clearer!

>> 
> # pull the latest patches for GHC, and sticks your patchset on top
> git pull --rebase
> # <resolve any conflicts that occured during rebase>
> # register any new submodules (if any)
> git submodule init
> # make your submodules reflect the latest version GHC has
> git submodule update --rebase

This doesn't pull in all base patches, though, just the ones that GHC depends 
on, right? How would I get all base patches?
> 

> 
Roman
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to