> 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 _______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
