Raphael Hertzog <[email protected]> writes: > Is this really worth the effort when it can be done with "quilt push > autofiles.diff && quilt pop" ?
It's been a while, and I honestly can't recall if there was a reason why that wouldn't be sufficient. Though perhaps the issue was that I often want to generate a new version without even attempting to apply the previous one. Right now it looks like I'm just using this while auto-generating the diff: $(quilt) push $$($(quilt) series | tail -n 2 | head -n 1) test "$$($(quilt) next)" = autofiles.diff $(quilt) pop but perhaps that's not necessary. Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

