summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* - `quilt fold' did not create directories for additional files,Andreas Gruenbacher2003-11-271-9/+9
| | | | and the code for recovering from failures was wrong.
* - Add new command `quilt fold' to fold one patch into another.Andreas Gruenbacher2003-11-172-4/+57
| | | | | | | | - Fix bug in `quilt files': Files that are neither present in the working directory and have an empty backup copy sometimes were still listed. - Some minor cleanups in apatch. - Add test/fold.test, and fix a now-useless check in one.test.
* - Add failpop.test that checks if modified patches are recognized.Andreas Gruenbacher2003-11-041-0/+27
| | | | | - Fix the check for modified patches: That broke with the .pc file removal.
* - No longer verify if patches remove cleanly by reverse applyingAndreas Gruenbacher2003-10-312-3/+3
| | | | | | | | | them: This doesn't always succeed, and the the equivalent of `quilt diff -z' should suffice, anyway. - Add `touch .pc/$patch' after successful refresh: Speeds up `quilt pop' after a refresh. - Update test suite. - apatch was printing a spurious newline.
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-16/+19
| | | | - Run test/one.test inside sub-directory.
* Add test case for patch merging with `quilt diff'.Andreas Gruenbacher2003-10-271-0/+87
|
* Add a new test case for conflicts while pushing.Andreas Gruenbacher2003-10-271-0/+139
|
* - Rename snapshot directory from ".snap0" to ".snap".Andreas Gruenbacher2003-10-261-0/+61
| | | | | | | | | - `quilt diff: Speed up file list generation in `quilt diff'. Don't use modified_files anymore. Instead, add first_modified_by function. I want to get rid of the patches_per_file cache; it sometimes was not brought up to date. Some cleanups. - Add test/snapshot.test. - Fix two errors in the date format in quilt.changes.
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-094-172/+345
| | | | | | was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases.
* Update test script to reflect recent patch format changes.Andreas Gruenbacher2003-03-231-2/+7
|
* Make test more robust by popping all patches with -R. Before no modeAndreas Gruenbacher2003-03-221-4/+4
| | | | | was specified and quilt was using a mix of reverse-applying and fast restoring.
* Merge version of James's temp file patch (some further improvements,Andreas Gruenbacher2003-02-161-4/+8
| | | | | hopefully). Also, fix some messages that seem to have been reset to a previous version during I18N, and update the test script.
* Start with a very minimal test suiteAndreas Gruenbacher2003-02-062-0/+338