[Request] [+ ] D10847: copyfile: add overlay in the whitelist for hardlink

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Wed Jun 9 14:38:21 UTC 2021


marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.

REVISION SUMMARY
  This is the "default" file system for docker. We don't know if the hardlink
  will actually succeed, but the odds are good it will. They are a second layer
  of fallback in case the hardlink do not actually works.

REPOSITORY
  rHG Mercurial

BRANCH
  default

REVISION DETAIL
  https://phab.mercurial-scm.org/D10847

AFFECTED FILES
  mercurial/util.py

CHANGE DETAILS

diff --git a/mercurial/util.py b/mercurial/util.py
--- a/mercurial/util.py
+++ b/mercurial/util.py
@@ -1901,6 +1901,7 @@
     b'hfs',
     b'jfs',
     b'NTFS',
+    b'overlay',
     b'reiserfs',
     b'tmpfs',
     b'ufs',



To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210609/21cb9606/attachment.html>


More information about the Mercurial-patches mailing list