Mercurial > hg
comparison hgext/churn.py @ 35009:99ab7bc944d2 stable
scmutil: don't try to delete origbackup symlinks to directories (issue5731)
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.
Differential Revision: https://phab.mercurial-scm.org/D1311
author | Mark Thomas <mbthomas@fb.com> |
---|---|
date | Fri, 03 Nov 2017 09:27:36 -0700 |
parents | 50586a0a946f |
children | 26ed66ab1e72 |
comparison
equal
deleted
inserted
replaced
35008:ad671b4cb9fc | 35009:99ab7bc944d2 |
---|