[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [PATCH] quilt drop command
From: |
Jean Delvare |
Subject: |
Re: [Quilt-dev] [PATCH] quilt drop command |
Date: |
Tue, 7 Jun 2005 19:31:26 +0200 |
Hi all,
[Greg KH]
> - let 'delete' work on the next patch in the series (the one not
> yet applied) without having to remember what that filename of the
> patch is. Yeah, it's a minor nit...
[Tom Rini]
> I always do quilt delete `quilt next`, but a --next or something would
> be handy, and shouldn't be hard.
Would something in the lines of the attached patch be OK? "quilt delete
-n" will delete the patch next patch after the topmost. Works for me,
comments welcome.
There is some possible code refactoring between "delete" and "next" now,
maybe a next_patch() function in patchfns would be welcome?
I attached a second patch, which makes "quilt delete" print which patch
it successfully deleted. It helped me test my changes, and I now tend to
think it is a good thing to have (so that you can quicky find if you
have not been deleting the patch you were supposed to) so maybe it could
stay.
Thanks,
--
Jean Delvare
quilt-CVS-delete-next.diff
Description: Text document
quilt-CVS-delete-print-done.diff
Description: Text document
- Re: [Quilt-dev] [PATCH] quilt drop command, (continued)
- Re: [Quilt-dev] [PATCH] quilt drop command, Josh Boyer, 2005/06/03
- Re: [Quilt-dev] [PATCH] quilt drop command,
Jean Delvare <=
- Re: [Quilt-dev] [PATCH] quilt drop command, Greg KH, 2005/06/07
- Re: [Quilt-dev] [PATCH] quilt drop command, Jean Delvare, 2005/06/07
- Re: [Quilt-dev] [PATCH] quilt drop command, Jean Delvare, 2005/06/07