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 project: rename project from Jujube to Jujutsu 2021-05-15 10:28:40 -07:00
protos working_copy: keep track of workspace ID (#13) 2022-02-02 08:15:22 -08:00
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 rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
Cargo.toml cargo: upgrade dependencies 2022-02-09 22:21:39 -08:00