[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] quilt delete -n broken in CVS
From: |
John Vandenberg |
Subject: |
Re: [Quilt-dev] quilt delete -n broken in CVS |
Date: |
Sat, 21 Jan 2006 20:07:54 +1100 |
On 1/21/06, Jean Delvare <address@hidden> wrote:
> Hi all,
>
> A recent change to CVS broke "quilt delete -n" when no patch is
> currently applied. This is caused by the find_patch_in_series function
> failing when called without a patch name parameter and no patch is
> currently applied.
Thanks for pointing this out.
> I'm not sure how we want to fix that. I tried changing
> find_patch_in_series' behavior to match delete's expectations but then
> the test suite fails elsewhere. Hints anyone?
The following patch addresses the problem. I've included a new error
message for when pop fails as the current error is deceptively normal.
--
John
test-delete-n.diff
Description: Text document
delete-n.diff
Description: Text document