summaryrefslogtreecommitdiffstats
path: root/test/annotate.test
Commit message (Collapse)AuthorAgeFilesLines
* - Unify existing -p and -n parameters that specify a patch:Andreas Gruenbacher2006-01-271-3/+3
| | | | | always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
* - Fix the test suite so that directories leftover from a previouslyJean Delvare2005-09-231-0/+1
| | | | interrupted test won't cause a test to fail.
* - 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-091-3/+6
| | | | | | 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.
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-181-0/+29
| | | | | by a patch. - Makefile.in: add uninstall target.
* - Add new annotate command.Andreas Gruenbacher2005-06-181-0/+63