[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Quilt-dev] Re: quilt pop -a not popping all
From: |
jerome lacoste |
Subject: |
Re: [Quilt-dev] Re: quilt pop -a not popping all |
Date: |
Tue, 21 Jun 2005 21:21:45 +0200 |
> Note that in my test, I *could* pop the supposedly empty patch without a
> problem, so maybe you have an additional problem on top of this one.
> Let's fix this one first though.
I was able to pop it out, except that quilt didn't display the "now at
patch..." message.
If that patch was in the middle of a serie, quilt pop -a would stop at
that one and not pop patches that had been applied before it.
So did you try the pop -a or just pop that dummy patch?
For example
mkdir /tmp/test-quilt
cd /tmp/test-quilt
mkdir patches
cat > patches/series << EOF
patch1.diff
patch2.diff
EOF
quilt push -a
quilt pop -a
reproduces the issue for me.
Jerome