[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] [translation] pop doesn't remove patches from the series
From: |
Dean Roehrich |
Subject: |
Re: [Quilt-dev] [translation] pop doesn't remove patches from the series file |
Date: |
Wed, 11 Aug 2004 07:01:12 -0500 |
>From: Andreas Gruenbacher <address@hidden>
>On Wednesday 11 August 2004 00:49, Yasushi SHOJI wrote:
>> IMO, pop removes patches _in_ the series file, from stack of patches.
>
>Correct; thank you. I am checking in this fix now:
>
>+Remove patch(es) from the stack of applied patches. Without options,
>+the topmost patch is removed. When a number is specified, remove the
>+specified number of patches. When a patch name is specified, remove all
>+patches up to and including the specified patch. Patch names may
Not "up to and including". It stops popping when it gets to the specified
patch, leaving the specified patch on the stack.
Dean