aboutsummaryrefslogtreecommitdiff
path: root/t/conflicts.t
Commit message (Collapse)AuthorAge
* Standardize on --long-option instead of -long-optionSimon McVittie2015-03-01
| | | | | | | | | | [[forum/refresh_and_setup]] indicates some confusion between --setup and -setup. Both work, but it's clearer if we stick to one in documentation and code. A 2012 commit to [[plugins/theme]] claims that "-setup" is required and "--setup" won't work, but I cannot find any evidence in ikiwiki's source code that this has ever been the case.
* another class of conflicts: subdir/file conflictsJoey Hess2010-07-18
|
* 2 more casesJoey Hess2010-07-18
|
* avoid error if two source files render the same destination fileJoey Hess2010-07-18
| | | | | | | There are two sub-caces. If both source files still exist, the winner that renders the destination file is undefined. If one source file is deleted and the other added, in a refresh, the new file will take over the destination file.
* some other (similar) failure casesJoey Hess2010-07-18
|
* updateJoey Hess2010-07-17
|
* turning into complete source file conflict test suiteJoey Hess2010-07-17