summaryrefslogtreecommitdiffstats
path: root/test/timestamps.test
Commit message (Collapse)AuthorAgeFilesLines
* Test context patchesJean Delvare2014-07-141-1/+43
| | | | | Now that the patches command works with context patches, we can test that.
* patches: Fix heuristic for unapplied patches with timestampsJean Delvare2014-04-091-0/+46
The heuristic to find file names in unapplied patches fails miserably on all patches with timestamps. We have to consider everything past the last tab as the timestamp and strip it. The timestamp itself will contain spaces so we can't split on that. This fixes a regression introduced by commit 4df47975. It's hard to believe this has been broken for over 4 years and nobody ever noticed.