mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-28 02:21:12 +00:00
We were passing the max file size to snapshot to `WorkingCopy::snapshot()` via `UserSettings`. It's simpler and more flexible to set it on `SnapshotOptions` instead.