Martin Quinson dixit:

>And I claim that quilt is not doing this. You have to provide some
>sort of evidence of the bug, actually.

$ echo foo >foo; echo fnord >fnord; echo zulu >zulu
$ quilt new bar; quilt add fnord zulu
Patch bar is now on top
File fnord added to patch bar
File zulu added to patch bar
$ echo x >>fnord; echo x >>zulu; quilt refresh
Refreshed patch bar
$ # now the bug
$ quilt add foo; echo x >>foo; quilt refresh
File foo added to patch bar
Refreshed patch bar
$ # and the proof
$ grep '^--- ' patches/bar
--- x.orig/fnord        2013-12-30 20:37:22.452881608 +0100
--- x.orig/zulu 2013-12-30 20:37:22.452881608 +0100
--- x.orig/foo  2013-12-30 20:37:22.452881608 +0100

bye,
//mirabilos
-- 
„Also irgendwie hast du IMMER recht. Hier zuckelte gerade ein Triebwagen mit
der Aufschrift "Ostdeutsche Eisenbahn" durch Wuppertal. Ich glaubs machmal
nicht…“                                         -- Natureshadow, per SMS
„Hilf mir mal grad beim Denken“                 -- Natureshadow, IRL, 2x


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to