summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* - Rename the ``remove'' command to ``revert'': this removesAndreas Gruenbacher2007-04-278-44/+44
| | | | | ambiguities with the delete command, and more closely matches what the command does.
* - lib/backup-files.c: Do not modify the original file wheneverAndreas Gruenbacher2007-04-161-0/+57
| | | | | | | possible: previously, a ``quilt add'' usually linked the file to he backup and then copied the backup over the file to ensure a link count of one. Recognize this case, and create a copy in the first place instead.
* - 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.
* test/run: Don't attempt to remove comments from command lines. We don'tJean Delvare2007-02-201-1/+0
| | | | | put such comments in our test cases, and it prevents legitimate uses of the "#" character (e.g. in a string, inside quotes) in commands.
* - Refresh command: add -z option, which refreshes changes into aAndreas Gruenbacher2006-10-191-0/+29
| | | | new patch instead of modifying the existing patch.
* - quilt/delete.in: Display the proper error message when usingJean Delvare2006-09-221-0/+3
| | | | | "quilt delete" with no argument and no patch is applied. - test/delete.test: Add a test for this specific case.
* - quilt/scripts/patchfns.in: Drop support for "-pab" in seriesJean Delvare2006-09-191-46/+0
| | | | | | file, for it breaks compatibility with previous versions of quilt, and is inconsistent. - test/dir-a-b.test: Drop test case for "-pab" in series file.
* - test/*.test: Make sure that rm commands are non-interactive.Jean Delvare2006-09-199-10/+10
|
* - test/dir-a-b.test: Don't use diffstat in the regression testJean Delvare2006-09-191-8/+0
| | | | suite, as it may or may not be available.
* - quilt/mail.in, test/mail.test: Fix signature separator. PatchJean Delvare2006-09-051-7/+7
| | | | from Ville Syrjala.
* - A few more `-p ab' fixes.Andreas Gruenbacher2006-06-271-0/+79
|
* - quilt/push.in: Fix a bug introduced with the -p ab support.Andreas Gruenbacher2006-06-271-0/+43
| | | | - test/dir-a-b.test: Add a regression test case for this fix.
* - quilt/diff.in, quilt/refresh.in: Add `-p ab' options whichAndreas Gruenbacher2006-06-121-0/+13
| | | | | | | produce a/file and b/file filenams in headers instead of dir.orig/file and dir/file, similar to BK, git, hg patches. - Only touch .pc/$patch/.timestamp when a path actually is being refreshed.
* - quilt/pop.in: Delete .pc/$patch directory when popping emptyJean Delvare2006-04-262-1/+43
| | | | | | | | | | | patches. Report and original patch by Arnaud Patard. - quilt/push.in: Create .pc/$patch directory when pushing missing or empty patches. If we don't, some commands such as rename can fail later. - test/missing.test: Test rename command on missing patches. - test/empty.test: New test case similar to missing.test, but for empty patches. Somewhat based on a contribution by Arnaud Patard.
* - quilt/scripts/patchfns.in: Fix broken return in functionJean Delvare2006-04-151-0/+3
| | | | | | find_applied_patch, which was causing a bogus error message on failed pop. - test/three.test: Test failed pop.
* - test/mail.in: Test UTF-8 header encoding.Andreas Gruenbacher2006-03-262-1/+5
|
* - test/mail.in: Test for recipients with a dot in their name.Jean Delvare2006-03-261-7/+9
|
* - quilt/edit.in: The last fix broke another way of using edit.Andreas Gruenbacher2006-03-211-1/+15
|
* - quilt/edit.in: Fix for working in subdirectories.Andreas Gruenbacher2006-03-152-4/+12
|
* - quilt/import.in: Fix replacement of compressed patches.Jean Delvare2006-03-051-0/+143
| | | | - test/import2.test: New test case for compressed patches.
* - Fix a critical bug in the push command that causes parts ofAndreas Gruenbacher2006-02-141-0/+44
| | | | patches to end up half-reversed (introduced on 22 Jan).
* - test/run: Avoid warnings with some versions of Perl.Andreas Gruenbacher2006-02-111-3/+4
|
* - quilt/setup.in: Add --path option for defining a tarball searchAndreas Gruenbacher2006-02-111-0/+52
| | | | | | | path. Fix a bug in check_for_existing_files. When a series file is given as an argument, symlink to that series file in the same way as we symlink to the patches. Improve the symlink creation algorithm. Add testcase test/setup.test.
* - quilt/scripts/patchfns.in: Fix bug in quilt_command when workingAndreas Gruenbacher2006-02-111-0/+20
| | | | | in subdirectories. - Add testcase test/edit.test to catch this kind of bug.
* - bin/patch-wrapper.in: A wrapper to GNU patch that recognizes theAndreas Gruenbacher2006-02-061-0/+74
| | | | | | | | | | most common options and mimics GNU patch's behavior and output, and creates the quilt metadata as if quilt push was used to apply the patch. When options are used that this wrapper does not recognize, GNU patch is used directly, and no quilt metadata will get created. - lib/backup-files.c: Don't fail if a directory specified with -B does not exist.
* - 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
|