mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-05 03:02:19 +00:00
d24cf15f2d
One of the .gitignore tests writes a tree from the working copy twice. However, it discards the `LockedWorkingCopy` instance after the first write, so the second write shouldn't really see the changes from the first write. It does see them because we don't clear them in memory (and we also surprisingly write them to disk). I'm about to fix that, so the test needs to be fixed first. |
||
---|---|---|
.. | ||
benches | ||
protos | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |