summaryrefslogtreecommitdiffstats
path: root/test/run
Commit message (Collapse)AuthorAgeFilesLines
* - test/run: Do not depend on Term::ReadKey.Jean Delvare2005-09-231-2/+1
|
* - quilt remove: Update restored file's timestamp. Also, some usesv0.39Andreas Gruenbacher2005-02-101-1/+5
| | | | | | | caused a subsequent ``quilt diff -z'' to fail: we must mark the patch as dirty after removing files. - test/run: adjust to terminal width. - Bump version to 0.39.
* - scripts/patchfns.in: set the dotglob option so that dot filesAndreas Gruenbacher2004-09-221-2/+2
| | | | | | | | | | | | | will show up in file globs as well. Bug reported by James Rowe. - Add a missing tab to the patch header of files that are removed. Bug reported by James Rowe. - Push command: Without -f or --leave-rejects, when applying a patch failed, the *.rej files were not removed properly. Change the code so that they won't be created in the working tree in the first place this case. - test/run script: Oops, the previouos commit was not the latest version. - Bump version to 0.36.
* - Series command: add missing paths to patches ifAndreas Gruenbacher2004-09-211-0/+7
| | | | | $QUILT_PATCHES_PREFIX is set. - test/run script: Add export and unset statements.
* - Add a few more test cases for subdirectory support.Andreas Gruenbacher2004-01-281-5/+7
| | | | - Fix a few bugs introduced while merging Chris's patch.
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-091-51/+98
| | | | | | was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases.
* Start with a very minimal test suiteAndreas Gruenbacher2003-02-061-0/+226