Package: quilt
Version: 0.39-1
Severity: wishlist

Quilt currently has the ability to `fork' a patch, but no simple ability to
fold two patches into one.  I'd find it useful to be able to merge the
top two patches into one.

quilt fold doesn't do what I want, as it imports an external patch
into an existing patch.  Something like

   f=`quilt files`
   t=`quilt top`
   quilt pop
   for i in $f
   do
        quilt add $i
   done
   cat patches/$t | quilt fold
   ed patches/series <<-!
   /^$t\>/d
   w
   q
   !

is the nearest I've come to what I want...  the tricky bit is in the
part of the patch before the patch proper.  I'd just want to
concatenate them, and let the user edit the patch file to fix it up
afterwards. 

--
Dr Peter Chubb     http://www.gelato.unsw.edu.au  [EMAIL PROTECTED]
You are lost in a maze of BitKeeper repositories,   all slightly different.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to