When origbackuppath is set, when looking to see if a file we are backing up
conflicts with a directory in the origbackuppath, we incorrectly match on
symlinks to directories. This means we try to call vfs.rmtree on the
symlink, which fails.
Details
Details
- Reviewers
yuja - Group Reviewers
hg-reviewers - Commits
- rHG99ab7bc944d2: scmutil: don't try to delete origbackup symlinks to directories (issue5731)
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.