summaryrefslogtreecommitdiffstats
path: root/test/import.test
Commit message (Collapse)AuthorAgeFilesLines
* - From Wolfram Sang <w.sang@pengutronix.de>:Andreas Gruenbacher2008-11-021-2/+4
| | | | | | "The test for import did not always recreate a patches-dir inside the temporary location, so it would fail if you modified quilt using quilt."
* - quilt/import.in: When importing multiple patches at once, makeAndreas Gruenbacher2008-06-131-0/+20
| | | | | | sure that they won't end up in the series file in reverse order. This happened because each new patch was inserted before the "next" patch, which made it the new "next" patch.
* - quilt/import.in, quilt/scripts/patchfns.in: Implement import -RJean Delvare2007-02-211-1/+92
| | | | | for reverse-applying a patch. Original patch contributed by Randy Dunlap.
* - GNU patch 2.5 messages differ slightly from the messages of moreAndreas Gruenbacher2006-01-211-1/+1
| | | | | | recent versions. Recognize the old version's output when fixing patch's output in the push command, and also accept the old version's output in the test suite.
* - Split off strip_diffstat from header command.Andreas Gruenbacher2006-01-211-4/+22
| | | | | - import command: compare patch headers to prevent destruction; add -d option to choose which header(s) to keep.
* - import command: catch several error conditions. Patches inAndreas Gruenbacher2006-01-211-21/+6
| | | | QUILT_PATCHES can now e imported. A minor fix in the output.
* - test/three.test, test/import.test: Add various tests.Andreas Gruenbacher2006-01-161-0/+138