Skip to content

Commit 27c78e3

Browse files
committed
CHANGES: Add copytree_reflink entry (#503)
1 parent 5a7a8db commit 27c78e3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGES

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ $ uv add libvcs --prerelease allow
1818

1919
<!-- Maintainers, insert changes / features for the next release here -->
2020

21-
_Upcoming changes will be written here._
21+
### Internal
22+
23+
#### _internal: Add copytree_reflink for CoW-optimized copying (#503)
24+
25+
- Add {func}`~libvcs._internal.copy.copytree_reflink` using `cp --reflink=auto`
26+
- Enables Copy-on-Write on supported filesystems (btrfs, XFS, APFS)
27+
- Falls back to {func}`shutil.copytree` on unsupported filesystems
28+
- Used by pytest fixtures for faster test setup
2229

2330
### Development
2431

0 commit comments

Comments
 (0)