Mercurial > hg
comparison contrib/win32/mercurial.iss @ 8364:fa901423ac23
windows: avoid deleting non-empty reparse points
If a hg repository including working directory is a reparse point (directory
symlinked or a junction point), then using os.removedirs will remove the
reparse point erroneously. This is fixed by only removing directories if they
are empty.
author | Henrik Stuart <henrik.stuart@edlund.dk> |
---|---|
date | Tue, 12 May 2009 15:50:44 +0200 |
parents | a0555ae394b3 |
children | 1de6e7e1bb9f |
comparison
equal
deleted
inserted
replaced
8363:c8e81f557da7 | 8364:fa901423ac23 |
---|