summaryrefslogtreecommitdiffstats
path: root/test/reorder.test
Commit message (Collapse)AuthorAgeFilesLines
* - Drop test/reorder.test, it duplicates test/sort.test but is lessJean Delvare2005-09-231-60/+0
| | | | complete.
* - Fix the test suite so that it doesn't fail if any higher-levelAndreas Gruenbacher2005-09-231-2/+1
| | | | | directory contains a patches/ sub-directory (iow, if quilt itself is patched with quilt).
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-091-6/+6
| | | | | | | | | | | | | | | stable than having expansions in messages that might change independent of the message. - Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away. - Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed. - Minor fix inserting changelog into RPM specfile.
* - Preserve the order of files in patches in the diff and refreshAndreas Gruenbacher2004-06-061-3/+8
| | | | | | | commands. Files added to a patch appear at the end of a patch. The files command also lists the files in the order in which they appear in patches. - Update to version 0.33.
* - Sub-directory support:Andreas Gruenbacher2004-02-201-7/+14
| | | | | | | | | | + Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well. - quilt files, diff, refresh: Sort the files in the patch alphabetically.
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-311-5/+5
| | | | | | | .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-091-0/+49
was run through (sort | uniq) to remove duplicate entries.) - Update test script to new format, and add regression test cases.