This changes the behavior of test-origbackup-conflict.t so it no
longer errors out when the backup path points to an existing
file. Instead, it replaces the file by a directory. That seems
reasonable to me.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGd8e55c0c642c: util: make util.dirs() and util.finddirs() include root directory (API)
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
it no longer errors out when the backup path points to an existing
file. Instead, it replaces the file by a directory.
I think this should be a part of relnotes.
Comment Actions
Note that that's only if they have configured it incorrectly, but I think you're still right that it's worth mentioning. I'll send a patch.