summaryrefslogtreecommitdiffstats
path: root/test/new.test
Commit message (Collapse)AuthorAgeFilesLines
* - Add meta-data version check/upgrade code from Martin Quinson andAndreas Gruenbacher2004-06-101-1/+1
| | | | | | | | | | | | | | me; new `quilt upgrade' command. - Handle new/removed files correctly in generated patches: If the old or new file is missing, the file name in the patch should be /dev/null. Fix test suite accordingly, and add test/create-delete.diff. GNU patch recognizes this, and does additional file existance tests when a patch creates/deletes a file. Also use the --label option of GNU diff instead of hand-editing file name headers. - Add test/Makefile for running the test suite. Note: The tests run against the installed version of quilt! - Bump version to 0.34.
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-061-0/+53
Add a "no-op" mode as default, and allow to just unlink files. - apatch/rpatch: let backup-files search .pc directories instead of generating temporary file lists. - rpatch/pop: unlink files of topmost patch after popping instead of unlinking at each step. - If QUILTRC is set in the environment, use this as the configuration file.