summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* - Add "testcase" for -p0 patches that are applied in differentAndreas Gruenbacher2006-02-011-0/+29
| | | | | directories. We occasionally have this condition in spec files, and it would be really great if quilt setup could cope better.
* - compat/date.in: Fix GetOptions problem with options startingAndreas Gruenbacher2006-02-011-1/+4
| | | | | | | with `+'. - test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in export command: in commands like `export foo=$var/bar', $var is not evaluated.
* - Filter duplicates with awk instead of usig uniq -D.Andreas Gruenbacher2006-02-011-1/+1
|
* - Clean up quoting in messages.Andreas Gruenbacher2006-02-011-2/+2
|
* - quilt/mail.in: Use $(hostname) for the sender address forAndreas Gruenbacher2006-01-301-4/+4
| | | | platforms on which $(hostname -f) doesn't work.
* - test/mail.test: Use --sender option to avoid callingAndreas Gruenbacher2006-01-301-4/+4
| | | | hostname -f on platforms that don't support -f.
* - test/mail.test: /dev/stdin & /dev/stdout dont exist on Tru64.Andreas Gruenbacher2006-01-301-6/+6
|
* - Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: fromAndreas Gruenbacher2006-01-291-1/+1
| | | | subject headers.
* - Also strip any literal "[patch]" from subject headers.Andreas Gruenbacher2006-01-291-1/+1
|
* - quilt/mail.in:Andreas Gruenbacher2006-01-291-0/+85
| | | | | | | | | | | | + Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation.
* - Don't pad right-hand side of ==, !=, =~, !~ with spaces.Andreas Gruenbacher2006-01-291-3/+2
|
* - Unify existing -p and -n parameters that specify a patch:Andreas Gruenbacher2006-01-274-10/+10
| | | | | always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
* - quilt/delete.in: Remove a superfluous message.Andreas Gruenbacher2006-01-261-1/+0
|
* - configure.ac: Require GNU patch 2.4+.Andreas Gruenbacher2006-01-233-3/+3
| | | | | | - quilt/import.in: Don't use diff -U-1. - Test suite: Recognize output of old versions of patch (from jayvdb@gmail.com).
* - Check for the new message in the test suite as well.Andreas Gruenbacher2006-01-221-2/+2
|
* - push command: when a patch doesn't apply, check if it reverseAndreas Gruenbacher2006-01-221-0/+40
| | | | applies, and inform the user.
* *** empty log message ***Andreas Gruenbacher2006-01-221-0/+1
|
* - GNU patch 2.5 messages differ slightly from the messages of moreAndreas Gruenbacher2006-01-218-18/+18
| | | | | | 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.
* - test/run: Support regex matching in test scripts.Andreas Gruenbacher2006-01-211-9/+16
|
* - 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.
* - Fix delete -n when no patches are applied.Andreas Gruenbacher2006-01-212-1/+41
|
* - Add the .*.ok files to .cvsignore.Andreas Gruenbacher2006-01-201-0/+1
|
* - Move patch parameter checks into patchfns.in, adding quotesJohn Mark Vandenberg2006-01-191-6/+23
| | | | | around all patch parameters, and reporting 'No patches in series' - quilt/annonate.in: Fix case where no patches have been applied.
* - test/three.test, test/import.test: Add various tests.Andreas Gruenbacher2006-01-162-0/+291
|
* - Always use full command names in the test suite.Andreas Gruenbacher2006-01-162-3/+3
|
* - Move scripts directory to quilt/scripts to simplify running quiltAndreas Gruenbacher2006-01-141-26/+0
| | | | | | directly from the source tree. - test/Makefile: merge into Makefile.in (target check). - Makefile.in: clean up.
* - Use better variable names to avoid name clashes.Andreas Gruenbacher2006-01-141-3/+3
|
* - Use the quilt version in the source tree instead of theAndreas Gruenbacher2006-01-141-4/+12
| | | | installed version for running the test suite.
* - test/null-bug.test: Fix the original directory creation so thatJean Delvare2006-01-104-5/+6
| | | | | | | the test doesn't fail if any higher-level directory contains a patches/ sub-directory. - test/*.test: Fix the test suite after the December 8th, 2005 change to quilt diff. Contributed by Markus Oberhumer.
* - Oops, the /dev/null "fix" broke create-delete.test. Back out this changeAndreas Gruenbacher2005-11-281-0/+11
| | | | and fix only the specific -p0 case.
* - quilt/diff.in, quilt/refresh.in: stop using /dev/null for addedAndreas Gruenbacher2005-11-281-0/+24
| | | | | | | | | | | | or removed files: GNU diff does not do that either, and for removed files this leads to headers that only reference $file.orig and /dev/null, so the actual file is not found. (This is only truly fixes -p0 style patches as -p1 style patches use dir.orig/file instead of dir/file.orig so the filename is not lost, but stopping to use /dev/null makes sense for -p style patches just the same. - files command: remove a redundant find_patch(). - Make top_patch() fail if there is no top patch.
* Sync with the recent behavior change of "quilt diff".Jean Delvare2005-09-231-4/+16
|
* - Fix the test suite so that directories leftover from a previouslyJean Delvare2005-09-2327-0/+27
| | | | interrupted test won't cause a test to fail.
* - Drop test/reorder.test, it duplicates test/sort.test but is lessJean Delvare2005-09-231-60/+0
| | | | complete.
* - test/run: Do not depend on Term::ReadKey.Jean Delvare2005-09-231-2/+1
|
* - Fix the test suite so that it doesn't fail if any higher-levelAndreas Gruenbacher2005-09-2325-32/+26
| | | | | directory contains a patches/ sub-directory (iow, if quilt itself is patched with quilt).
* - test/sort.test: Quote grep arguments, as some grep implementations seemJean Delvare2005-09-211-4/+4
| | | | to otherwise choke on them. Original patch from John Vandenberg.
* - test/subdir.test: Test quilt files -v.Jean Delvare2005-09-211-4/+4
|
* - Makefile.in: Fix compat/tail symlink creation. Fix variable exportingJean Delvare2005-09-201-4/+6
| | | | | | | bashism. - configure.ac: Use grep >/dev/null instead of grep -q for compatibility. Test for grep -q, some quilt scripts need it. - test/Makefile: Fix varible exporting and script sourcing bashisms.
* - Makefile.in: Fix when COMPAT_PROGRAMS is empty.Andreas Gruenbacher2005-09-191-1/+1
|
* - quilt/annotate.in: New option "-p patch" to stop checking for changesJean Delvare2005-09-131-0/+23
| | | | | | at the specified rather than the topmost patch. - bash_completion: Support the new -p option. - test/annotation.test: Test the new -p option.
* - test/*.test: Fix sed compatibility issues: do not use inplace (-i); doJean Delvare2005-09-097-25/+30
| | | | | | not filter out tabs in patches, it's no more needed now that --no-timestamps is used; do not use the "a" command. Based on a patch by John Vandenberg.
* - scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to notJean Delvare2005-09-061-2/+42
| | | | | | | require the awk asort function, which is not available on all versions of awk. - test/sort.test: Add more files to better test the ordering and sorting issues. Original patch by John Vandenberg.
* - Fix test/perms.test for LANG=POSIX (from John VandenbergAndreas Gruenbacher2005-09-062-7/+7
| | | | | <jayvdb@gmail.com>), and always run the test cases with LANG set to POSIX.
* - quilt/fold.in: fold did not work when invoked from aAndreas Gruenbacher2005-08-221-10/+31
| | | | subdirectory; update test case.
* - test/delete.test: New test case for the delete command.Jean Delvare2005-07-291-0/+61
|
* - test/missing.test: Fix test case.Andreas Gruenbacher2005-07-271-2/+2
|
* - Rename test/create-delete.diff to *.test and fix the test.Andreas Gruenbacher2005-07-181-6/+6
|
* - Based on work done by several contributers, add a headerv0.41Andreas Gruenbacher2005-07-181-0/+48
| | | | | command. - Bump version to 0.41.