jj/lib
Martin von Zweigbergk 537b1de7d9 working_copy: move check of old commit ID on checkout to higher level
There are only two callers of `LockedWorkingCopy::check_out()`. One is
in `commands.rs`. That caller already checks after taking the lock
that the old commit ID is as expected. The other caller is
`WorkingCopy::check_out()`. We can simply move the check to that level
since it's the only caller that cares now.
2022-02-12 14:27:40 -08:00
..
benches
protos
src working_copy: move check of old commit ID on checkout to higher level 2022-02-12 14:27:40 -08:00
tests working_copy: move check of old commit ID on checkout to higher level 2022-02-12 14:27:40 -08:00
build.rs
Cargo.toml