summaryrefslogtreecommitdiffstats
path: root/test/two.test
Commit message (Collapse)AuthorAgeFilesLines
* - Sub-directory support:Andreas Gruenbacher2004-02-201-4/+9
| | | | | | | | | | + 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-30/+30
| | | | | | | .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.
* - Add a few more test cases for subdirectory support.Andreas Gruenbacher2004-01-281-0/+157
- Fix a few bugs introduced while merging Chris's patch.