"darcs record; darcs send; darcs unrecord --last=1" fails in (partial) ghc head repo

Clemens Fruhwirth clemens at endorphin.org
Tue Sep 18 04:10:37 EDT 2007


At Mon, 17 Sep 2007 22:34:16 +0100,
"Claus Reinke" <claus.reinke at talk21.com> wrote:

>     - i'm working on patches for ghc head
>     - to send the patches for review, i'm supposed to use 'darcs send',
>         which means i need to 'darcs record' them
>     - the patches evolve in discussion until they get accepted,
>         so i can't keep the interim versions of the patches recorded

You might want to use

darcs amend -p "<first few words of the patch title>"

as workaround. (In case amend is working, when unrecord isn't)

With darcs amend you can modify existing patches, in an interface much
like in "darcs record". The changes won't get added to a new patch but
the existing patch is modified.
-- 
Fruhwirth Clemens - http://clemens.endorphin.org 




More information about the Cvs-ghc mailing list